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

  /external/libvpx/vp8/common/
onyx.h 107 int noise_sensitivity; // parameter used for applying pre processing blur: recommendation 0 member in struct:__anon5086
  /external/libvpx/vp8/encoder/
parms.cpp 60 DOTHIS(O, noise_sensitivity )\
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 33 unsigned int noise_sensitivity; member in struct:vp8_extracfg
63 0, /* noise_sensitivity */
175 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6);
182 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0);
327 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity;
342 printf("noise_sensitivity: %d\n", oxcf->noise_sensitivity);
443 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity);
    [all...]

Completed in 169 milliseconds