Home
last modified time | relevance | path

Searched refs:lookahead_ctx (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.h26 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);
Dlookahead.c18 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()
Donyx_int.h291 struct lookahead_ctx *lookahead;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h38 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);
Dvp9_lookahead.c22 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()
Dvp9_svc_layercontext.h145 struct lookahead_ctx *ctx,
Dvp9_encoder.h461 struct lookahead_ctx *lookahead;
Dvp9_svc_layercontext.c812 struct lookahead_ctx *ctx, in vp9_svc_lookahead_pop()