Searched refs:arnr_max_frames (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 213 int arnr_max_frames; member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 38 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member 197 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); in validate_config() 382 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames; in set_vp8e_config() 526 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); in set_arnr_max_frames()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 34 unsigned int arnr_max_frames; member 258 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15); in validate_config() 539 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames; in set_encoder_config() 757 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); in ctrl_set_arnr_max_frames()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 43 unsigned int arnr_max_frames; member 392 RANGE_CHECK_HI(extra_cfg, arnr_max_frames, 15); in validate_config() 722 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames; in set_encoder_config() 725 AOMMIN(MAX_GF_INTERVAL + oxcf->arnr_max_frames / 2, oxcf->lag_in_frames); in set_encoder_config() 995 extra_cfg.arnr_max_frames = CAST(AOME_SET_ARNR_MAXFRAMES, args); in ctrl_set_arnr_max_frames()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 979 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1; in adjust_arnr_filter() 1000 if (frames_bwd < distance) frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1; in adjust_arnr_filter()
|
D | vp9_encoder.h | 243 int arnr_max_frames; member
|
D | vp9_rdopt.c | 3274 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp9_rd_pick_inter_mode_sb() 4112 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encoder.c | 6586 if ((oxcf->mode != REALTIME) && (oxcf->arnr_max_frames > 0) &&
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 1166 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1; in adjust_arnr_filter() 1178 if (frames_bwd < distance) frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1; in adjust_arnr_filter()
|
D | encoder.h | 297 int arnr_max_frames; member
|
D | encode_strategy.c | 519 if (oxcf->arnr_max_frames > 0) { in setup_arf_or_arf2()
|
D | rdopt.c | 11294 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in init_mode_skip_mask()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1884 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()
|
D | pickinter.c | 849 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp8_pick_inter_mode()
|
D | rdopt.c | 1844 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) { in vp8_rd_pick_inter_mode()
|
D | onyx_if.c | 4827 if (cpi->oxcf.arnr_max_frames > 0) { in vp8_get_compressed_data()
|