Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h34 struct lookahead_ctx;
41 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
50 void vp9_lookahead_destroy(struct lookahead_ctx *ctx);
68 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
82 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
93 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
101 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
Dvp9_lookahead.c21 struct lookahead_ctx { struct
31 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop() argument
44 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) { in vp9_lookahead_destroy()
58 struct lookahead_ctx *vp9_lookahead_init(unsigned int width, in vp9_lookahead_init()
63 struct lookahead_ctx *ctx = NULL; in vp9_lookahead_init()
93 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push()
165 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop()
177 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek()
202 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { in vp9_lookahead_depth()
Dvp9_onyx_int.h290 struct lookahead_ctx *lookahead;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.h28 struct lookahead_ctx;
37 struct lookahead_ctx* vp8_lookahead_init(unsigned int width,
46 void vp8_lookahead_destroy(struct lookahead_ctx *ctx);
65 vp8_lookahead_push(struct lookahead_ctx *ctx,
85 vp8_lookahead_pop(struct lookahead_ctx *ctx,
100 vp8_lookahead_peek(struct lookahead_ctx *ctx,
110 vp8_lookahead_depth(struct lookahead_ctx *ctx);
Dlookahead.c18 struct lookahead_ctx struct
30 pop(struct lookahead_ctx *ctx, in pop() argument
45 vp8_lookahead_destroy(struct lookahead_ctx *ctx) in vp8_lookahead_destroy()
62 struct lookahead_ctx*
67 struct lookahead_ctx *ctx = NULL; in vp8_lookahead_init()
104 vp8_lookahead_push(struct lookahead_ctx *ctx, in vp8_lookahead_push()
179 vp8_lookahead_pop(struct lookahead_ctx *ctx, in vp8_lookahead_pop()
194 vp8_lookahead_peek(struct lookahead_ctx *ctx, in vp8_lookahead_peek()
227 vp8_lookahead_depth(struct lookahead_ctx *ctx) in vp8_lookahead_depth()
Donyx_int.h317 struct lookahead_ctx *lookahead;