/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 470 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;
|
vp9_onyx_int.h | 272 int arnr_max_frames; member in struct:__anon30257 377 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
|
vp9_rdopt.c | [all...] |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 224 int arnr_max_frames; member in struct:__anon16517
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 212 int arnr_max_frames; member in struct:__anon30153
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 37 unsigned int arnr_max_frames; /* alt_ref Noise Reduction Max Frame Count */ member in struct:vp8_extracfg 63 0, /* arnr_max_frames */ 199 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); 404 oxcf->arnr_max_frames = vp8_cfg.arnr_max_frames; 562 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 32 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); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_cx_iface.c | 31 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); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 32 unsigned int arnr_max_frames; member in struct:vp9_extracfg 61 7, // arnr_max_frames 249 RANGE_CHECK(extra_cfg, arnr_max_frames, 0, 15); 479 oxcf->arnr_max_frames = extra_cfg->arnr_max_frames; 678 extra_cfg.arnr_max_frames = CAST(VP8E_SET_ARNR_MAXFRAMES, args); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 217 int arnr_max_frames; member in struct:VP9EncoderConfig
|
vp9_temporal_filter.c | 600 int frames_fwd = (cpi->oxcf.arnr_max_frames - 1) >> 1; 615 frames_bwd += (oxcf->arnr_max_frames + 1) & 0x1;
|
vp9_rdopt.c | [all...] |
vp9_encoder.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
pickinter.c | [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
firstpass.c | [all...] |
pickinter.c | 794 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |