Home
last modified time | relevance | path

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

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/common/
H A 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()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/common/
H A 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()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/common/
H A 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()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/common/
H A 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()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/common/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/
H A 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()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/common/
H A 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()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/
H A 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()
147 usad = (sse + 8) >> 4; in multiframe_quality_enhance_block()
152 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block()
169 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk) in multiframe_quality_enhance_block()
174 2 * usad < thr && 2 * vsad < thr && !actrisk) in multiframe_quality_enhance_block()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/
H A Dmfqe.c150 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; in multiframe_quality_enhance_block() local
160 usad = (sse + 32)>>6; in multiframe_quality_enhance_block()
165 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block()
177 usad = (sse + 8)>>4; in multiframe_quality_enhance_block()
182 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block()
199 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk) in multiframe_quality_enhance_block()
204 2 * usad < thr && 2 * vsad < thr && !actrisk) in multiframe_quality_enhance_block()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/common/
H A 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()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/common/
H A 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()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dfs_image.c4504 uint8_t *usad, *upart; in iso_analyze_mips() local
4510 usad = (uint8_t *) sad; in iso_analyze_mips()
4584 uint8_t *usad; in iso_analyze_mipsel() local
4593 usad = (uint8_t *) sad; in iso_analyze_mipsel()
4632 uint8_t *usad, checksum[2]; in iso_analyze_sun() local
4640 usad = (uint8_t *) sad; in iso_analyze_sun()
4660 if (checksum[0] != usad[510] || checksum[1] != usad[511]) in iso_analyze_sun()
4723 uint8_t *usad; in iso_analyze_hppa() local
4731 usad = (uint8_t *) sad; in iso_analyze_hppa()
4785 uint8_t *usad; in iso_analyze_alpha_boot() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/ARM/
H A Dacle-intrinsics.ll163 define i32 @usad(i32 %a, i32 %b, i32 %c) nounwind {
164 ; CHECK-LABEL: usad

123456