Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.h41 int low_var_thresh,
48 int low_var_thresh,
Dpostproc.c326 int low_var_thresh, in vp8_deblock() argument
339 (void) low_var_thresh; in vp8_deblock()
391 int low_var_thresh, in vp8_de_noise() argument
401 (void) low_var_thresh; in vp8_de_noise()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c289 int low_var_thresh, in deblock_and_de_macro_block() argument
293 (void) low_var_thresh; in deblock_and_de_macro_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c56 …(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int filt_lvl, int low_var_thresh, int flag);