Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dmfqe.c122 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; in multiframe_quality_enhance_block() local
131 usad = (sse + 32) >> 6; in multiframe_quality_enhance_block()
136 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block()
146 usad = (sse + 8) >> 4; in multiframe_quality_enhance_block()
151 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block()
168 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk) in multiframe_quality_enhance_block()
173 2 * usad < thr && 2 * vsad < thr && !actrisk) in multiframe_quality_enhance_block()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad