Home
last modified time | relevance | path

Searched refs:low_var_thresh (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_aq_complexity.c131 double low_var_thresh; in vp9_caq_select_segment() local
135 low_var_thresh = (cpi->oxcf.pass == 2) ? VPXMAX(cpi->twopass.mb_av_energy, in vp9_caq_select_segment()
147 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in vp9_caq_select_segment()
Dvp9_rdopt.c3182 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment() local
3212 low_var_thresh = (unsigned int)(low_var_thresh * noise_factor); in rd_variance_adjustment()
3215 low_var_thresh *= 2; in rd_variance_adjustment()
3216 if (this_mode == DC_PRED) low_var_thresh *= 5; in rd_variance_adjustment()
3218 low_var_thresh *= 2; in rd_variance_adjustment()
3222 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
3230 if (src_rec_min > low_var_thresh) return; in rd_variance_adjustment()
/external/libaom/av1/encoder/
Daq_complexity.c149 double low_var_thresh; in av1_caq_select_segment() local
153 low_var_thresh = in av1_caq_select_segment()
166 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in av1_caq_select_segment()
/external/libvpx/vp9/common/
Dvp9_postproc.c189 int low_var_thresh, int flag, in deblock_and_de_macro_block() argument
191 (void)low_var_thresh; in deblock_and_de_macro_block()