Home
last modified time | relevance | path

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

/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dtxb_rdopt.c96 const tran_low_t abs_dqc = abs(dqcoeff[ci]); in update_coeff_simple() local
100 if (abs_dqc < abs_tqc) { in update_coeff_simple()
105 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift); in update_coeff_simple()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dtxb_rdopt.c96 const tran_low_t abs_dqc = abs(dqcoeff[ci]); in update_coeff_simple() local
100 if (abs_dqc < abs_tqc) { in update_coeff_simple()
105 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift); in update_coeff_simple()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dencodetxb.c996 const tran_low_t abs_dqc = abs(dqcoeff[ci]); local
1000 if (abs_dqc < abs_tqc) {
1005 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift);
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbFullLoop.c1094 const TranLow abs_dqc = abs(dqcoeff[ci]); in update_coeff_simple() local
1098 if (abs_dqc < abs_tqc) { in update_coeff_simple()
1103 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift); in update_coeff_simple()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbFullLoop.c1094 const TranLow abs_dqc = abs(dqcoeff[ci]); in update_coeff_simple() local
1098 if (abs_dqc < abs_tqc) { in update_coeff_simple()
1103 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift); in update_coeff_simple()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dencodetxb.c1578 const tran_low_t abs_dqc = abs(dqcoeff[ci]); local
1582 if (abs_dqc < abs_tqc) {
1587 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift);