/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 76 int noise_sensitivity; // pre processing blur: recommendation 0 member in struct:__anon21289
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 108 int noise_sensitivity; member in struct:__anon21219
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 27 unsigned int noise_sensitivity; member in struct:vp9_extracfg 55 0, /* noise_sensitivity */ 188 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); 318 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; 342 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity); 435 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity); [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); 515 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | [all...] |