Home
last modified time | relevance | path

Searched refs:LOW_VAR_THRESH (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2836 #define LOW_VAR_THRESH 16
2867 if ((source_variance + recon_variance) > LOW_VAR_THRESH) {
2881 if ((source_variance > LOW_VAR_THRESH) && (ref_frame == INTRA_FRAME) &&
2886 } else if ((source_variance < (LOW_VAR_THRESH >> 1)) &&
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2873 #define LOW_VAR_THRESH 16 macro
2900 if ((source_variance + recon_variance) > LOW_VAR_THRESH) { in rd_variance_adjustment()
2914 if ((source_variance > LOW_VAR_THRESH) && (ref_frame == INTRA_FRAME) && in rd_variance_adjustment()
2919 } else if ((source_variance < (LOW_VAR_THRESH >> 1)) && in rd_variance_adjustment()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3144 #define LOW_VAR_THRESH 250 macro
3161 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3201 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_rdopt.c3138 #define LOW_VAR_THRESH 250 macro
3155 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3195 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3141 #define LOW_VAR_THRESH 250 macro
3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_rdopt.c2895 #define LOW_VAR_THRESH 5
2951 if (src_rec_min > LOW_VAR_THRESH) return;
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_rdopt.c2895 #define LOW_VAR_THRESH 5
2951 if (src_rec_min > LOW_VAR_THRESH) return;