Searched refs:lookahead_entry (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 24 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()
|
D | lookahead.h | 19 struct lookahead_entry struct 84 struct lookahead_entry* 99 struct lookahead_entry*
|
D | onyx_int.h | 315 struct lookahead_entry *source; 316 struct lookahead_entry *alt_ref_source; 317 struct lookahead_entry *last_source;
|
D | temporal_filter.c | 507 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead, in vp8_temporal_filter_prepare_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 22 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()
|
D | vp9_lookahead.h | 28 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,
|
D | vp9_svc_layercontext.h | 32 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,
|
D | vp9_svc_layercontext.c | 234 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()
|
D | vp9_encoder.h | 253 struct lookahead_entry *source; 254 struct lookahead_entry *alt_ref_source; 255 struct lookahead_entry *last_source;
|
D | vp9_mbgraph.c | 397 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
|
D | vp9_temporal_filter.c | 439 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter()
|