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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 155 int arnr_max_frames; member in struct:__anon23076
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 462 int frames_bwd = cpi->oxcf.arnr_max_frames - 1;
463 int frames_fwd = cpi->oxcf.arnr_max_frames - 1;
503 frames_bwd += (cpi->oxcf.arnr_max_frames + 1) & 0x1;
vp9_onyx_if.c     [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 212 int arnr_max_frames; member in struct:__anon23008
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 32 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp9_extracfg
60 7, /* arnr_max_frames */
193 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
323 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
439 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 32 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp8_extracfg
67 0, /* arnr_max_frames */
203 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
404 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
520 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
pickinter.c 791 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0))
    [all...]
rdopt.c     [all...]
onyx_if.c     [all...]

Completed in 713 milliseconds