Home | History | Annotate | Download | only in encoder

Lines Matching refs:lookahead

194   vp9_lookahead_destroy(cpi->lookahead);
563 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
566 if (!cpi->lookahead)
2913 if (vp9_lookahead_push(cpi->lookahead,
3035 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
3073 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
3077 if ((cpi->source = vp9_lookahead_pop(cpi->lookahead, flush))) {