Home
last modified time | relevance | path

Searched refs:lookahead_entry (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c24 struct lookahead_entry *buf; /* Buffer list */
29 static struct lookahead_entry *
34 struct lookahead_entry *buf = ctx->buf + index; in pop()
111 struct lookahead_entry* buf; in vp8_lookahead_push()
178 struct lookahead_entry*
182 struct lookahead_entry* buf = NULL; in vp8_lookahead_pop()
193 struct lookahead_entry*
198 struct lookahead_entry* buf = NULL; in vp8_lookahead_peek()
Dlookahead.h19 struct lookahead_entry struct
84 struct lookahead_entry*
99 struct lookahead_entry*
Donyx_int.h315 struct lookahead_entry *source;
316 struct lookahead_entry *alt_ref_source;
317 struct lookahead_entry *last_source;
Dtemporal_filter.c507 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead, in vp8_temporal_filter_prepare_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop()
25 struct lookahead_entry *buf = ctx->buf + index; in pop()
86 struct lookahead_entry *buf; in vp9_lookahead_push()
156 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop()
158 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop()
168 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek()
170 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
Dvp9_lookahead.h28 struct lookahead_entry { struct
47 struct lookahead_entry *buf; /* Buffer list */ argument
96 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
107 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_svc_layercontext.h32 struct lookahead_entry *alt_ref_source;
96 struct lookahead_entry *vp9_svc_lookahead_pop(struct VP9_COMP *const cpi,
101 struct lookahead_entry *vp9_svc_lookahead_peek(struct VP9_COMP *const cpi,
Dvp9_svc_layercontext.c234 struct lookahead_entry *buf; in vp9_svc_lookahead_push()
256 static int copy_svc_params(VP9_COMP *const cpi, struct lookahead_entry *buf) { in copy_svc_params()
333 struct lookahead_entry *vp9_svc_lookahead_peek(VP9_COMP *const cpi, in vp9_svc_lookahead_peek()
336 struct lookahead_entry *buf = vp9_lookahead_peek(ctx, index); in vp9_svc_lookahead_peek()
345 struct lookahead_entry *vp9_svc_lookahead_pop(VP9_COMP *const cpi, in vp9_svc_lookahead_pop()
348 struct lookahead_entry *buf = NULL; in vp9_svc_lookahead_pop()
Dvp9_encoder.h253 struct lookahead_entry *source;
254 struct lookahead_entry *alt_ref_source;
255 struct lookahead_entry *last_source;
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()