Searched defs:high_10_variance (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_variance.c305 void high_10_variance(const uint8_t *a8, int a_stride, function
390 high_10_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
531 high_10_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \
553 high_10_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \

Completed in 84 milliseconds