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

  /external/libvpx/libvpx/vp8/common/
onyx.h 213 int arnr_max_frames; member in struct:__anon24679
  /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
260 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15);
528 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames;
742 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 627 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1;
648 if (frames_bwd < distance) frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1;
vp9_encoder.h 240 int arnr_max_frames; member in struct:VP9EncoderConfig
vp9_rdopt.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
pickinter.c 939 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) {
    [all...]
rdopt.c     [all...]
onyx_if.c     [all...]

Completed in 234 milliseconds