Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.h41 int low_var_thresh,
49 int low_var_thresh,
Dpostproc.c327 int low_var_thresh, in vp8_deblock() argument
340 (void) low_var_thresh; in vp8_deblock()
392 int low_var_thresh, in vp8_de_noise() argument
403 (void) low_var_thresh; in vp8_de_noise()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c135 double low_var_thresh; in vp9_caq_select_segment() local
139 low_var_thresh = (cpi->oxcf.pass == 2) in vp9_caq_select_segment()
152 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in vp9_caq_select_segment()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c383 int low_var_thresh, in deblock_and_de_macro_block() argument
387 (void) low_var_thresh; in deblock_and_de_macro_block()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c59 …(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int filt_lvl, int low_var_thresh, int flag);