HomeSort by relevance Sort by last modified time
    Searched defs:noise_sensitivity (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyx.h 108 int noise_sensitivity; member in struct:__anon23008
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 77 int noise_sensitivity; // parameter used for applying pre processing blur: recommendation 0 member in struct:__anon23076
  /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/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);
317 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity;
341 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity);
434 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity);
    [all...]

Completed in 26 milliseconds