/external/chromium_org/third_party/libvpx/source/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:__anon17688
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 108 int noise_sensitivity; member in struct:__anon4406
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 30 unsigned int noise_sensitivity; member in struct:vp8_extracfg 51 0, /* noise_sensitivity */ 185 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); 187 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); 387 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; 403 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 516 extra_cfg.noise_sensitivity = CAST(VP8E_SET_NOISE_SENSITIVITY, args); [all...] |
/external/libvpx/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); 397 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; 413 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 514 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 26 unsigned int noise_sensitivity; member in struct:vp9_extracfg 47 0, // noise_sensitivity 209 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); 394 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; 452 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 555 extra_cfg.noise_sensitivity = CAST(VP9E_SET_NOISE_SENSITIVITY, args); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 26 unsigned int noise_sensitivity; member in struct:vp9_extracfg 56 0, // noise_sensitivity 195 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); 353 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; 398 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 486 MAP(VP8E_SET_NOISE_SENSITIVITY, extra_cfg.noise_sensitivity); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
pickinter.c | 510 if (cpi->oxcf.noise_sensitivity > 0) { 700 if (cpi->oxcf.noise_sensitivity) { [all...] |
onyx_if.c | 618 if (cpi->oxcf.noise_sensitivity > 0) { [all...] |
rdopt.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encoder.h | 124 int noise_sensitivity; // pre processing blur: recommendation 0 member in struct:VP9EncoderConfig
|
vp9_encoder.c | 697 if (cpi->oxcf.noise_sensitivity > 0) { [all...] |
vp9_pickmode.c | 665 if (cpi->oxcf.noise_sensitivity > 0) {
|
vp9_encodeframe.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 196 int noise_sensitivity; // pre processing blur: recommendation 0 member in struct:VP9_CONFIG
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |