Home
last modified time | relevance | path

Searched refs:vp9_lookahead_peek (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h93 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_lookahead.c177 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() function
Dvp9_temporal_filter.c456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter_prepare()
Dvp9_mbgraph.c411 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
Dvp9_onyx_if.c3035 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
3073 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)