/external/libvpx/libvpx/vp8/common/ |
onyx.h | 108 * For temporal denoiser: noise_sensitivity = 0 means off, 109 * noise_sensitivity = 1 means temporal denoiser on for Y channel only, 110 * noise_sensitivity = 2 means temporal denoiser on for all channels. 111 * noise_sensitivity = 3 means aggressive denoising mode. 112 * noise_sensitivity >= 4 means adaptive denoising mode. 115 * For spatial denoiser: noise_sensitivity controls the amount of 116 * pre-processing blur: noise_sensitivity = 0 means off. 119 int noise_sensitivity; member in struct:__anon17967
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 108 int noise_sensitivity; member in struct:__anon31453
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 33 unsigned int noise_sensitivity; member in struct:vp8_extracfg 55 0, /* noise_sensitivity */ 191 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); 193 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); 397 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; 415 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 531 extra_cfg.noise_sensitivity = CAST(VP8E_SET_NOISE_SENSITIVITY, args); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 28 unsigned int noise_sensitivity; member in struct:vp8_extracfg 59 0, /* noise_sensitivity */ 195 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); 197 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); 399 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; 415 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 516 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 611 if (cpi->oxcf.noise_sensitivity > 0) { 739 if (cpi->oxcf.noise_sensitivity) { 740 const int uv_denoise = (cpi->oxcf.noise_sensitivity >= 2) ? 1 : 0; 835 if (cpi->oxcf.noise_sensitivity) { 896 if (cpi->oxcf.noise_sensitivity) { [all...] |
onyx_if.c | 598 if (cpi->oxcf.noise_sensitivity > 0) { [all...] |
rdopt.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_cx_iface.c | 26 unsigned int noise_sensitivity; member in struct:vp9_extracfg 55 0, // noise_sensitivity 193 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); 343 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; 388 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 476 MAP(VP8E_SET_NOISE_SENSITIVITY, extra_cfg.noise_sensitivity); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 197 int noise_sensitivity; // pre processing blur: recommendation 0 member in struct:__anon31557
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 27 unsigned int noise_sensitivity; member in struct:vp9_extracfg 56 0, // noise_sensitivity 245 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); 466 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; 528 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 643 extra_cfg.noise_sensitivity = CAST(VP9E_SET_NOISE_SENSITIVITY, args); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 132 int noise_sensitivity; // pre processing blur: recommendation 0 member in struct:VP9EncoderConfig
|
vp9_encoder.c | [all...] |
vp9_pickmode.c | [all...] |
vp9_ratectrl.c | [all...] |
vp9_encodeframe.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
pickinter.c | [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |