Searched refs:lookahead_entry (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 23 struct lookahead_entry *buf; /* Buffer list */ 27 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop() 30 struct lookahead_entry *buf = ctx->buf + index; in pop() 94 struct lookahead_entry *buf; in vp8_lookahead_push() 147 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, in vp8_lookahead_pop() 149 struct lookahead_entry *buf = NULL; in vp8_lookahead_pop() 159 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx, in vp8_lookahead_peek() 161 struct lookahead_entry *buf = NULL; in vp8_lookahead_peek()
|
D | lookahead.h | 19 struct lookahead_entry { struct 74 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain); 86 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx,
|
D | onyx_int.h | 292 struct lookahead_entry *source; 293 struct lookahead_entry *alt_ref_source; 294 struct lookahead_entry *last_source;
|
D | temporal_filter.c | 425 struct lookahead_entry *buf = 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 96 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain); 105 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
|
D | vp9_lookahead.c | 22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop() 24 struct lookahead_entry *buf = ctx->buf + index; in pop() 91 struct lookahead_entry *buf; in vp9_lookahead_push() 190 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 192 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop() 201 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 203 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
|
D | vp9_svc_layercontext.h | 38 struct lookahead_entry *alt_ref_source; 64 struct lookahead_entry empty_frame; 144 struct lookahead_entry *vp9_svc_lookahead_pop(struct VP9_COMP *const cpi,
|
D | vp9_firstpass.h | 186 void vp9_first_pass(struct VP9_COMP *cpi, const struct lookahead_entry *source);
|
D | vp9_svc_layercontext.c | 703 struct lookahead_entry *buf; in vp9_svc_start_frame() 773 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, 0); in vp9_svc_start_frame() 811 struct lookahead_entry *vp9_svc_lookahead_pop(VP9_COMP *const cpi, in vp9_svc_lookahead_pop() 814 struct lookahead_entry *buf = NULL; 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_encoder.h | 462 struct lookahead_entry *alt_ref_source;
|
D | vp9_temporal_filter.c | 738 struct lookahead_entry *buf = in vp9_temporal_filter()
|
D | vp9_encoder.c | 4745 const struct lookahead_entry *source) { 4802 const struct lookahead_entry *source) { 5077 struct lookahead_entry *last_source = NULL; 5078 struct lookahead_entry *source = NULL; 5123 struct lookahead_entry *e = vp9_lookahead_peek(cpi->lookahead, i);
|
D | vp9_ratectrl.c | 2307 struct lookahead_entry *buf = in vp9_scene_detection_onepass()
|
D | vp9_firstpass.c | 1364 void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) { in vp9_first_pass()
|