Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; in multiframe_quality_enhance_block() local
158 usad = (vp8_variance8x8(u, uv_stride, ud, uvd_stride, &sse)); in multiframe_quality_enhance_block()
159 usad = (sse + 32)>>6; in multiframe_quality_enhance_block()
164 usad = (vp8_sad8x8(u, uv_stride, ud, uvd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block()
175 usad = (vp8_variance4x4(u, uv_stride, ud, uvd_stride, &sse)); in multiframe_quality_enhance_block()
176 usad = (sse + 8)>>4; in multiframe_quality_enhance_block()
181 usad = (vp8_sad4x4(u, uv_stride, ud, uvd_stride, UINT_MAX) + 8) >> 4; in multiframe_quality_enhance_block()
198 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk) in multiframe_quality_enhance_block()
203 2 * usad < thr && 2 * vsad < thr && !actrisk) in multiframe_quality_enhance_block()