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

  /external/libvpx/vp8/common/
onyx.h 188 int arnr_max_frames; member in struct:__anon8456
  /external/libvpx/vp8/
vp8_cx_iface.c 37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp8_extracfg
69 0, /* arnr_max_frames */
192 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
347 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
462 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames);
    [all...]

Completed in 537 milliseconds