Searched defs:lookahead_ctx (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c18 struct lookahead_ctx struct
30 pop(struct lookahead_ctx *ctx,
45 vp8_lookahead_destroy(struct lookahead_ctx *ctx)
62 struct lookahead_ctx*
67 struct lookahead_ctx *ctx = NULL;
104 vp8_lookahead_push(struct lookahead_ctx *ctx,
179 vp8_lookahead_pop(struct lookahead_ctx *ctx,
194 vp8_lookahead_peek(struct lookahead_ctx *ctx,
227 vp8_lookahead_depth(struct lookahead_ctx *ctx)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c18 struct lookahead_ctx { struct
28 static struct lookahead_entry * pop(struct lookahead_ctx *ctx,
41 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) {
55 struct lookahead_ctx * vp9_lookahead_init(unsigned int width,
60 struct lookahead_ctx *ctx = NULL;
87 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
160 struct lookahead_entry * vp9_lookahead_pop(struct lookahead_ctx *ctx,
172 struct lookahead_entry * vp9_lookahead_peek(struct lookahead_ctx *ctx,
186 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) {

Completed in 132 milliseconds