Home
last modified time | relevance | path

Searched refs:CFL_SIGN_U (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Denums.h362 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
364 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
372 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Denums.h362 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
364 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
372 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Denums.h362 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
364 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
372 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Denums.h283 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
285 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
293 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/
H A Denums.h362 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
364 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
372 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Denums.h345 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
347 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
355 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Denums.h437 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
439 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
447 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c254 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Denums.h343 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
345 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
353 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Denums.h345 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
347 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
355 (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
H A Dcfl.c141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbIntraPrediction.h234 const int32_t alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in cfl_idx_to_alpha()
H A DEbDefinitions.h876 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
878 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
885 #define CFL_CONTEXT_V(js) (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbIntraPrediction.h234 const int32_t alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in cfl_idx_to_alpha()
H A DEbDefinitions.h876 #define CFL_SIGN_U(js) (((js + 1) * 11) >> 5) macro
878 #define CFL_SIGN_V(js) ((js + 1) - CFL_SIGNS * CFL_SIGN_U(js))
885 #define CFL_CONTEXT_V(js) (CFL_SIGN_V(js) * CFL_SIGNS + CFL_SIGN_U(js) - CFL_SIGNS)
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c151 if (CFL_SIGN_U(joint_sign) == CFL_SIGN_ZERO) in av1_estimate_syntax_rate()
857 if (CFL_SIGN_U(joint_sign) != CFL_SIGN_ZERO) { in sum_intra_stats()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c151 if (CFL_SIGN_U(joint_sign) == CFL_SIGN_ZERO) in av1_estimate_syntax_rate()
857 if (CFL_SIGN_U(joint_sign) != CFL_SIGN_ZERO) { in sum_intra_stats()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Drd.c158 if (CFL_SIGN_U(joint_sign) == CFL_SIGN_ZERO) { in av1_fill_mode_rates()

123