MC_STRIDE         292 libavcodec/snow.c         int stride1 = MC_STRIDE(dxy);
MC_STRIDE         293 libavcodec/snow.c         int stride2 = MC_STRIDE(dxy + 1);
MC_STRIDE         294 libavcodec/snow.c         int stride3 = MC_STRIDE(dxy + 4);
MC_STRIDE         295 libavcodec/snow.c         int stride4 = MC_STRIDE(dxy + 5);
MC_STRIDE         312 libavcodec/snow.c         int stride1 = MC_STRIDE(l);
MC_STRIDE         313 libavcodec/snow.c         int stride2 = MC_STRIDE(r);