Home
last modified time | relevance | path

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

/external/libvpx/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.c3158 unsigned int low_var_thresh = LOW_VAR_THRESH; in rd_variance_adjustment() local
3188 low_var_thresh = (unsigned int)(low_var_thresh * noise_factor); in rd_variance_adjustment()
3191 low_var_thresh *= 2; in rd_variance_adjustment()
3192 if (this_mode == DC_PRED) low_var_thresh *= 5; in rd_variance_adjustment()
3194 low_var_thresh *= 2; in rd_variance_adjustment()
3198 low_var_thresh = LOW_VAR_THRESH / 2; in rd_variance_adjustment()
3206 if (src_rec_min > low_var_thresh) return; in rd_variance_adjustment()
/external/libaom/libaom/av1/encoder/
Daq_complexity.c154 double low_var_thresh; in av1_caq_select_segment() local
159 low_var_thresh = in av1_caq_select_segment()
172 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in av1_caq_select_segment()
/external/libvpx/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()