Lines Matching refs:wf
441 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
446 int se = vpx_sub_pixel_variance##wf##xh_##opt( \
449 if (w > wf) { \
451 int se2 = vpx_sub_pixel_variance##wf##xh_##opt( \
456 if (w > wf * 2) { \
457 se2 = vpx_sub_pixel_variance##wf##xh_##opt( \
462 se2 = vpx_sub_pixel_variance##wf##xh_##opt( \
512 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
518 int se = vpx_sub_pixel_avg_variance##wf##xh_##opt( \
521 if (w > wf) { \
523 int se2 = vpx_sub_pixel_avg_variance##wf##xh_##opt( \
528 if (w > wf * 2) { \
529 se2 = vpx_sub_pixel_avg_variance##wf##xh_##opt( \
534 se2 = vpx_sub_pixel_avg_variance##wf##xh_##opt( \