Searched refs:lookahead_ctx (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.h | 26 struct lookahead_ctx; 35 struct lookahead_ctx *vp8_lookahead_init(unsigned int width, 42 void vp8_lookahead_destroy(struct lookahead_ctx *ctx); 59 int vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 74 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain); 86 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx, 93 unsigned int vp8_lookahead_depth(struct lookahead_ctx *ctx);
|
D | lookahead.c | 18 struct lookahead_ctx { struct 27 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop() argument 38 void vp8_lookahead_destroy(struct lookahead_ctx *ctx) { in vp8_lookahead_destroy() 52 struct lookahead_ctx *vp8_lookahead_init(unsigned int width, in vp8_lookahead_init() 55 struct lookahead_ctx *ctx = NULL; in vp8_lookahead_init() 91 int vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp8_lookahead_push() 147 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, in vp8_lookahead_pop() 159 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx, in vp8_lookahead_peek() 184 unsigned int vp8_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp8_lookahead_depth()
|
D | onyx_int.h | 291 struct lookahead_ctx *lookahead;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 38 struct lookahead_ctx { struct 51 struct lookahead_ctx *vp9_lookahead_init(unsigned int width, argument 62 void vp9_lookahead_destroy(struct lookahead_ctx *ctx); 79 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 96 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain); 105 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, 112 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
|
D | vp9_lookahead.c | 22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop() 32 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) { in vp9_lookahead_destroy() 44 struct lookahead_ctx *vp9_lookahead_init(unsigned int width, in vp9_lookahead_init() 52 struct lookahead_ctx *ctx = NULL; in vp9_lookahead_init() 85 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push() 190 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 201 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 224 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp9_lookahead_depth()
|
D | vp9_svc_layercontext.h | 145 struct lookahead_ctx *ctx,
|
D | vp9_encoder.h | 461 struct lookahead_ctx *lookahead;
|
D | vp9_svc_layercontext.c | 812 struct lookahead_ctx *ctx, in vp9_svc_lookahead_pop()
|