Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyx.h188 int arnr_max_frames; member
/external/libvpx/vp8/
Dvp8_cx_iface.c37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member
192 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); in validate_config()
347 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames; in set_vp8e_config()
462 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames); in set_param()
/external/libvpx/vp8/encoder/
Dfirstpass.c1616 int frames_bwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1617 int frames_fwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1667 frames_bwd += (cpi->oxcf.arnr_max_frames+1) & 0x1; in define_gf_group()
Dpickinter.c605 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) in vp8_pick_inter_mode()
Drdopt.c1889 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) in vp8_rd_pick_inter_mode()
Donyx_if.c4833 if (cpi->oxcf.arnr_max_frames > 0) in vp8_get_compressed_data()