variance.c | 307 static void highbd_10_variance(const uint8_t *a8, int a_stride, function 344 highbd_10_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \ 368 highbd_10_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \ 394 highbd_10_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \
|