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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c3020 int frames_to_arf; local
3027 frames_to_arf = (-cpi->frame_coding_order[cpi->sequence_number])
3031 frames_to_arf = rc->frames_till_gf_update_due;
3033 assert(frames_to_arf <= rc->frames_to_key);
3035 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
3045 vp9_configure_arnr_filter(cpi, frames_to_arf, rc->gfu_boost);
3046 vp9_temporal_filter_prepare(cpi, frames_to_arf);

Completed in 25 milliseconds