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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2937 int frames_to_arf; local
2944 frames_to_arf = (-cpi->frame_coding_order[cpi->sequence_number])
2948 frames_to_arf = rc->frames_till_gf_update_due;
2950 assert(frames_to_arf <= rc->frames_to_key);
2952 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
2962 vp9_configure_arnr_filter(cpi, frames_to_arf, rc->gfu_boost);
2963 vp9_temporal_filter_prepare(cpi, frames_to_arf);

Completed in 91 milliseconds