Home
last modified time | relevance | path

Searched refs:erroradv_type (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c39 int erroradv_type) { in is_enough_erroradvantage() argument
40 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in is_enough_erroradvantage()
41 return best_erroradvantage < erroradv_tr[erroradv_type] && in is_enough_erroradvantage()
42 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in is_enough_erroradvantage()
H A Dglobal_motion.h28 int erroradv_type);
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c39 int erroradv_type) { in is_enough_erroradvantage() argument
40 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in is_enough_erroradvantage()
41 return best_erroradvantage < erroradv_tr[erroradv_type] && in is_enough_erroradvantage()
42 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in is_enough_erroradvantage()
H A Dglobal_motion.h28 int erroradv_type);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c39 int erroradv_type) { in is_enough_erroradvantage() argument
40 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in is_enough_erroradvantage()
41 return best_erroradvantage < erroradv_tr[erroradv_type] && in is_enough_erroradvantage()
42 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in is_enough_erroradvantage()
H A Dglobal_motion.h28 int erroradv_type);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c39 int erroradv_type) { in is_enough_erroradvantage() argument
40 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in is_enough_erroradvantage()
41 return best_erroradvantage < erroradv_tr[erroradv_type] && in is_enough_erroradvantage()
42 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in is_enough_erroradvantage()
H A Dglobal_motion.h28 int erroradv_type);
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dglobal_motion.c35 int erroradv_type) { in svt_av1_is_enough_erroradvantage() argument
36 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in svt_av1_is_enough_erroradvantage()
37 return best_erroradvantage < erroradv_tr[erroradv_type] && in svt_av1_is_enough_erroradvantage()
38 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in svt_av1_is_enough_erroradvantage()
H A Dglobal_motion.h60 int erroradv_type);
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dglobal_motion.c35 int erroradv_type) { in svt_av1_is_enough_erroradvantage() argument
36 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in svt_av1_is_enough_erroradvantage()
37 return best_erroradvantage < erroradv_tr[erroradv_type] && in svt_av1_is_enough_erroradvantage()
38 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in svt_av1_is_enough_erroradvantage()
H A Dglobal_motion.h60 int erroradv_type);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dglobal_motion.h50 int erroradv_type);
H A Dglobal_motion.c68 int erroradv_type) { in av1_is_enough_erroradvantage() argument
69 assert(erroradv_type < GM_ERRORADV_TR_TYPES); in av1_is_enough_erroradvantage()
70 return best_erroradvantage < erroradv_tr[erroradv_type] && in av1_is_enough_erroradvantage()
71 best_erroradvantage * params_cost < erroradv_prod_tr[erroradv_type]; in av1_is_enough_erroradvantage()