Home
last modified time | relevance | path

Searched refs:arnr_max_frames (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member
196 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); in validate_config()
383 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames; in set_vp8e_config()
527 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); in set_arnr_max_frames()
/external/libvpx/libvpx/vp8/common/
Donyx.h213 int arnr_max_frames; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c33 unsigned int arnr_max_frames; member
272 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15); in validate_config()
553 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames; in set_encoder_config()
768 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); in ctrl_set_arnr_max_frames()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c648 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1; in adjust_arnr_filter()
669 if (frames_bwd < distance) frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1; in adjust_arnr_filter()
Dvp9_encoder.h242 int arnr_max_frames; member
Dvp9_rdopt.c3150 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp9_rd_pick_inter_mode_sb()
3971 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encoder.c5155 if ((oxcf->mode != REALTIME) && (oxcf->arnr_max_frames > 0) &&
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1884 int frames_bwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1885 int frames_fwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1944 frames_bwd += (cpi->oxcf.arnr_max_frames + 1) & 0x1; in define_gf_group()
Dpickinter.c850 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp8_pick_inter_mode()
Drdopt.c1840 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp8_rd_pick_inter_mode()
Donyx_if.c4888 if (cpi->oxcf.arnr_max_frames > 0) { in vp8_get_compressed_data()