Searched refs:vp9_lookahead_peek (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 105 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
|
D | vp9_lookahead.c | 201 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() function
|
D | vp9_svc_layercontext.c | 753 buf = vp9_lookahead_peek(cpi->lookahead, 0); in vp9_svc_start_frame() 762 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, 0); in vp9_svc_start_frame() 805 buf = vp9_lookahead_peek(ctx, 0); in vp9_svc_lookahead_pop()
|
D | vp9_mbgraph.c | 390 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
|
D | vp9_temporal_filter.c | 718 vp9_lookahead_peek(cpi->lookahead, which_buffer); in vp9_temporal_filter()
|
D | vp9_encoder.c | 5066 struct lookahead_entry *e = vp9_lookahead_peek(cpi->lookahead, i); 5081 if ((source = vp9_lookahead_peek(cpi->lookahead, arf_src_index)) != NULL) { 5133 if ((last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
|
D | vp9_ratectrl.c | 2252 vp9_lookahead_peek(cpi->lookahead, lagframe_idx); in vp9_scene_detection_onepass()
|