Searched refs:lookahead_ctx (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.h | 28 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);
|
D | lookahead.c | 18 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()
|
D | onyx_int.h | 314 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 63 void vp9_lookahead_destroy(struct lookahead_ctx *ctx); 81 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 99 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, 110 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, 118 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
|
D | vp9_lookahead.c | 22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop() 35 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) { in vp9_lookahead_destroy() 49 struct lookahead_ctx *vp9_lookahead_init(unsigned int width, in vp9_lookahead_init() 57 struct lookahead_ctx *ctx = NULL; in vp9_lookahead_init() 92 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push() 206 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 218 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 243 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { in vp9_lookahead_depth()
|
D | vp9_svc_layercontext.h | 122 struct lookahead_ctx *ctx,
|
D | vp9_encoder.h | 302 struct lookahead_ctx *lookahead;
|
D | vp9_svc_layercontext.c | 707 struct lookahead_ctx *ctx, in vp9_svc_lookahead_pop()
|