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

  /external/libvpx/vp8/common/
onyx.h 108 int Sharpness; // parameter used for sharpening output: recommendation 0:
  /external/libvpx/vp8/
vp8_cx_iface.c 34 unsigned int Sharpness;
64 0, /* Sharpness */
186 RANGE_CHECK_HI(vp8_cfg, Sharpness, 7);
328 oxcf->Sharpness = vp8_cfg.Sharpness;
343 printf("Sharpness: %d\n", oxcf->Sharpness);
444 MAP(VP8E_SET_SHARPNESS, xcfg.Sharpness);
    [all...]

Completed in 51 milliseconds