Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvariance.c297 static void highbd_8_variance(const uint8_t *a8, int a_stride, in highbd_8_variance() function
334 highbd_8_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
362 highbd_8_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \
384 highbd_8_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \