Searched defs:usad (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c121 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
130 usad = (sse + 32) >> 6;
135 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6;
145 usad = (sse + 8) >> 4;
150 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4;
167 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk)
172 2 * usad < thr && 2 * vsad < thr && !actrisk)

Completed in 159 milliseconds