Searched refs:lookahead_entry (Results 1 – 14 of 14) 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 | 509 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead, in vp8_temporal_filter_prepare_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 28 struct lookahead_entry { struct 43 struct lookahead_entry *buf; /* Buffer list */ argument 99 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, 110 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
|
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() 98 struct lookahead_entry *buf; in vp9_lookahead_push() 206 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 208 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop() 218 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 220 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
|
D | vp9_svc_layercontext.h | 38 struct lookahead_entry *alt_ref_source; 66 struct lookahead_entry empty_frame; 121 struct lookahead_entry *vp9_svc_lookahead_pop(struct VP9_COMP *const cpi,
|
D | vp9_firstpass.h | 146 void vp9_first_pass(struct VP9_COMP *cpi, const struct lookahead_entry *source);
|
D | vp9_svc_layercontext.c | 597 struct lookahead_entry *buf; in vp9_svc_start_frame() 668 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, 0); in vp9_svc_start_frame() 706 struct lookahead_entry *vp9_svc_lookahead_pop(VP9_COMP *const cpi, in vp9_svc_lookahead_pop() 709 struct lookahead_entry *buf = NULL; in vp9_svc_lookahead_pop()
|
D | vp9_encoder.h | 303 struct lookahead_entry *alt_ref_source;
|
D | vp9_mbgraph.c | 408 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
|
D | vp9_temporal_filter.c | 679 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter()
|
D | vp9_encoder.c | 4080 const struct lookahead_entry *source) { 4137 const struct lookahead_entry *source) { 4183 struct lookahead_entry *last_source = NULL; 4184 struct lookahead_entry *source = NULL;
|
D | vp9_firstpass.c | 495 void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) { in vp9_first_pass()
|