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 33 unsigned int Sharpness;
63 0, /* Sharpness */
180 RANGE_CHECK(vp8_cfg, Sharpness, 0, 7);
319 oxcf->Sharpness = vp8_cfg.Sharpness;
334 printf("Sharpness: %d\n", oxcf->Sharpness);
435 MAP(VP8E_SET_SHARPNESS, xcfg.Sharpness);
    [all...]

Completed in 32 milliseconds