Home
last modified time | relevance | path

Searched refs:highbd_8_variance (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvariance.c260 static void highbd_8_variance(const uint8_t *src8_ptr, int src_stride, in highbd_8_variance() function
298 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
329 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \
352 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
/external/libaom/libaom/aom_dsp/
Dvariance.c501 static void highbd_8_variance(const uint8_t *a8, int a_stride, in highbd_8_variance() function
536 highbd_8_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
564 highbd_8_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \
584 highbd_8_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \