HomeSort by relevance Sort by last modified time
    Searched defs:lookahead_ctx (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 38 struct lookahead_ctx { struct
51 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
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);
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 18 struct lookahead_ctx { struct
27 static struct lookahead_entry *pop(struct lookahead_ctx *ctx,
38 void vp8_lookahead_destroy(struct lookahead_ctx *ctx) {
52 struct lookahead_ctx *vp8_lookahead_init(unsigned int width,
55 struct lookahead_ctx *ctx = NULL;
91 int vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
147 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx,
159 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx,
184 unsigned int vp8_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; }

Completed in 63 milliseconds