Home
last modified time | relevance | path

Searched refs:wlog2 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c266 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
297 return sse - (uint32_t)((cast se * se) >> (wlog2 + hlog2)); \
333 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
382 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
419 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
452 return sse - (uint32_t)((cast se * se) >> (wlog2 + hlog2)); \
490 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
541 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
Dvariance_sse2.c441 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
471 (unsigned int)(cast_prod(cast se * se) >> (wlog2 + hlog2)); \
512 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
543 (unsigned int)(cast_prod(cast se * se) >> (wlog2 + hlog2)); \
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_sse2.c286 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
325 return sse - (uint32_t)((cast se * se) >> (wlog2 + hlog2)); \
370 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
422 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
467 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
500 return sse - (uint32_t)((cast se * se) >> (wlog2 + hlog2)); \
538 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
589 var = (int64_t)(sse) - ((cast se * se) >> (wlog2 + hlog2)); \
Dvariance_avx2.c247 #define AOM_SUB_PIXEL_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
272 return sse - (unsigned int)(((int64_t)se * se) >> (wlog2 + hlog2)); \
289 #define AOM_SUB_PIXEL_AVG_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
318 return sse - (unsigned int)(((int64_t)se * se) >> (wlog2 + hlog2)); \
Dvariance_sse2.c358 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
383 return sse - (unsigned int)(cast_prod(cast se * se) >> (wlog2 + hlog2)); \
433 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
462 return sse - (unsigned int)(cast_prod(cast se * se) >> (wlog2 + hlog2)); \