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

  /external/libvpx/libvpx/vp8/common/
onyx.h 213 int arnr_max_frames; member in struct:__anon26124
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp8_extracfg
63 0, /* arnr_max_frames */
196 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
383 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
527 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 33 unsigned int arnr_max_frames; member in struct:vp9_extracfg
66 7, // arnr_max_frames
272 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15);
553 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames;
768 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 242 int arnr_max_frames; member in struct:VP9EncoderConfig

Completed in 66 milliseconds