Home
last modified time | relevance | path

Searched refs:thrsq (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
194 thrsq = thr * thr; in multiframe_quality_enhance_block()
195 if (sad < thrsq && in multiframe_quality_enhance_block()
198 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk) in multiframe_quality_enhance_block()