Home
last modified time | relevance | path

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

/external/libvpx/vp8/
Dvp8_cx_iface.c37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member
187 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); in validate_config()
334 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames; in set_vp8e_config()
448 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames); in set_param()
/external/libvpx/vp8/common/
Donyx.h185 int arnr_max_frames; member
/external/libvpx/vp8/encoder/
Dfirstpass.c1463 int frames_bwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1464 int frames_fwd = cpi->oxcf.arnr_max_frames - 1; in define_gf_group()
1514 frames_bwd += (cpi->oxcf.arnr_max_frames+1) & 0x1; in define_gf_group()
1852 cpi->oxcf.arnr_max_frames*cpi->common.MBs); in vp8_second_pass()
Donyx_if.c4844 if (cpi->oxcf.arnr_max_frames > 0) in vp8_get_compressed_data()