Searched defs:arnr_max_frames (Results 1 - 4 of 4) sorted by relevance

/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/vp9/encoder/
H A Dvp9_onyx_int.h272 int arnr_max_frames; member in struct:__anon1166
377 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames

Completed in 672 milliseconds