Searched refs:low_var_thresh (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | postproc.h | 33 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);
|
D | postproc.c | 63 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/ |
D | vp9_aq_complexity.c | 131 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/ |
D | aq_complexity.c | 141 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/ |
D | vp9_postproc.c | 188 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/ |
D | onyx_if.c | 67 int low_var_thresh, int flag);
|