Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h118 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_lookahead.c212 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() function
Dvp9_mbgraph.c391 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
Dvp9_temporal_filter.c1133 vp9_lookahead_peek(cpi->lookahead, which_buffer); in vp9_temporal_filter()
Dvp9_svc_layercontext.c970 buf = vp9_lookahead_peek(ctx, 0); in vp9_svc_lookahead_pop()
Dvp9_encoder.c5840 buf = vp9_lookahead_peek(cpi->lookahead, frame_gop_offset - 1);
5885 vp9_lookahead_peek(cpi->lookahead, frame_gop_offset - 1);
7176 struct lookahead_entry *e = vp9_lookahead_peek(cpi->lookahead, i);
7196 if ((source = vp9_lookahead_peek(cpi->lookahead, arf_src_index)) != NULL) {
7235 if ((last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
Dvp9_ratectrl.c2970 vp9_lookahead_peek(cpi->lookahead, lagframe_idx); in vp9_scene_detection_onepass()