Lines Matching refs:stridea
371 #define LOOP_FILTER(vpn, dir, size, stridea, strideb, maybe_inline) \ argument
380 if (vpn ## _normal_limit(dst + i * stridea, strideb, \
382 if (hev(dst + i * stridea, strideb, hev_thresh)) \
383 vpn ## _filter_common(dst + i * stridea, strideb, 1); \
385 filter_mbedge(dst + i * stridea, strideb); \
398 if (vpn ## _normal_limit(dst + i * stridea, strideb, \
400 int hv = hev(dst + i * stridea, strideb, hev_thresh); \
402 vpn ## _filter_common(dst + i * stridea, strideb, 1); \
404 vpn ## _filter_common(dst + i * stridea, strideb, 0); \
408 #define UV_LOOP_FILTER(vpn, dir, stridea, strideb) \ argument
409 LOOP_FILTER(vpn, dir, 8, stridea, strideb, av_always_inline) \