Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h107 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_lookahead.c168 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() function
Dvp9_svc_layercontext.c336 struct lookahead_entry *buf = vp9_lookahead_peek(ctx, index); in vp9_svc_lookahead_peek()
Dvp9_mbgraph.c397 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
Dvp9_temporal_filter.c439 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter()
Dvp9_encoder.c2530 cpi->source = vp9_lookahead_peek(cpi->lookahead, arf_src_index); in vp9_get_compressed_data()
2574 cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1); in vp9_get_compressed_data()