Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.h33 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag,
37 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag);
Dpostproc.c63 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, in vp8_deblock() argument
75 (void)low_var_thresh; in vp8_deblock()
120 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag, in vp8_de_noise() argument
129 (void)low_var_thresh; in vp8_de_noise()
/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()
/external/libaom/libaom/av1/encoder/
Daq_complexity.c141 double low_var_thresh; in av1_caq_select_segment() local
146 low_var_thresh = in av1_caq_select_segment()
159 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in av1_caq_select_segment()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c188 int low_var_thresh, int flag, in deblock_and_de_macro_block() argument
190 (void)low_var_thresh; in deblock_and_de_macro_block()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c67 int low_var_thresh, int flag);