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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c470 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;
H A Dvp9_onyx_int.h272 int arnr_max_frames; member in struct:__anon1166
377 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
H A Dvp9_rdopt.c3250 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) {
3982 if (cpi->rc.is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0))
H A Dvp9_onyx_if.c3042 if (cpi->oxcf.arnr_max_frames > 0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h212 int arnr_max_frames; member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c32 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);
406 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames;
521 MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.arnr_max_frames);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c31 unsigned int arnr_max_frames; member in struct:vp9_extracfg
60 7, // arnr_max_frames
197 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15);
349 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames;
481 MAP(VP8E_SET_ARNR_MAXFRAMES, extra_cfg.arnr_max_frames);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c2021 int frames_bwd = cpi->oxcf.arnr_max_frames - 1;
2022 int frames_fwd = cpi->oxcf.arnr_max_frames - 1;
2087 frames_bwd += (cpi->oxcf.arnr_max_frames+1) & 0x1;
H A Dpickinter.c794 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0))
H A Drdopt.c2052 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0))
H A Donyx_if.c4940 if (cpi->oxcf.arnr_max_frames > 0)

Completed in 108 milliseconds