Searched refs:wf (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_sse2.c | 358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument 367 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \ 370 if (w > wf) { \ 372 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \ 378 if (w > wf * 2) { \ 379 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \ 385 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \ 437 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument 447 int se = vp9_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \ 450 if (w > wf) { \ [all …]
|