Searched refs:highbd_10_variance (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 271 static void highbd_10_variance(const uint8_t *a8, int a_stride, in highbd_10_variance() function 305 highbd_10_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \ 330 highbd_10_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \ 352 highbd_10_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \
|