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

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 470 int frames_bwd = cpi->oxcf.arnr_max_frames - 1;
471 int frames_fwd = cpi->oxcf.arnr_max_frames - 1;
512 frames_bwd += (cpi->oxcf.arnr_max_frames + 1) & 0x1;
vp9_onyx_int.h 271 int arnr_max_frames; member in struct:VP9_CONFIG
376 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
vp9_rdopt.c     [all...]
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 223 int arnr_max_frames; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 212 int arnr_max_frames; member in struct:__anon4406
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 34 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp8_extracfg
59 0, /* arnr_max_frames */
193 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
394 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
547 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 31 unsigned int arnr_max_frames; member in struct:vp9_extracfg
52 7, // arnr_max_frames
213 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15);
403 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames;
590 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args);
    [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;
519 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 31 unsigned int arnr_max_frames; member in struct:vp9_extracfg
61 7, // arnr_max_frames
199 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15);
359 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames;
491 MAP(VP8E_SET_ARNR_MAXFRAMES, extra_cfg.arnr_max_frames);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 369 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1;
384 frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1;
vp9_encoder.h 205 int arnr_max_frames; member in struct:VP9EncoderConfig
vp9_rdopt.c     [all...]
vp9_encoder.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c     [all...]
pickinter.c 801 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0))
    [all...]
rdopt.c     [all...]
onyx_if.c     [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 425 milliseconds