Searched refs:lookahead_ctx (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 35 struct lookahead_ctx { struct 50 struct lookahead_ctx *vp9_lookahead_init(unsigned int width, argument 61 void vp9_lookahead_destroy(struct lookahead_ctx *ctx); 69 int vp9_lookahead_full(const struct lookahead_ctx *ctx); 78 int vp9_lookahead_next_show_idx(const struct lookahead_ctx *ctx); 95 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 109 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain); 118 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, 125 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
|
D | vp9_lookahead.c | 22 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_full(const struct lookahead_ctx *ctx) { in vp9_lookahead_full() 89 int vp9_lookahead_next_show_idx(const struct lookahead_ctx *ctx) { in vp9_lookahead_next_show_idx() 93 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push() 201 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 212 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 235 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp9_lookahead_depth()
|
D | vp9_svc_layercontext.h | 236 struct lookahead_ctx *ctx,
|
D | vp9_encoder.h | 553 struct lookahead_ctx *lookahead;
|
D | vp9_svc_layercontext.c | 966 struct lookahead_ctx *ctx, in vp9_svc_lookahead_pop()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.h | 26 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);
|
D | lookahead.c | 18 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()
|
D | onyx_int.h | 295 struct lookahead_ctx *lookahead;
|
/external/libaom/libaom/av1/encoder/ |
D | lookahead.h | 46 struct lookahead_ctx { struct 58 struct lookahead_ctx *av1_lookahead_init( argument 65 void av1_lookahead_destroy(struct lookahead_ctx *ctx); 82 int av1_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 96 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, 106 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, 113 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx, 116 int av1_lookahead_pop_sz(struct lookahead_ctx *ctx, COMPRESSOR_STAGE stage);
|
D | lookahead.c | 23 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop() 33 void av1_lookahead_destroy(struct lookahead_ctx *ctx) { in av1_lookahead_destroy() 45 struct lookahead_ctx *av1_lookahead_init( in av1_lookahead_init() 49 struct lookahead_ctx *ctx = NULL; in av1_lookahead_init() 87 int av1_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in av1_lookahead_push() 145 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, in av1_lookahead_pop() 159 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, in av1_lookahead_peek() 188 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx, in av1_lookahead_depth() 198 int av1_lookahead_pop_sz(struct lookahead_ctx *ctx, COMPRESSOR_STAGE stage) { in av1_lookahead_pop_sz()
|
D | encode_strategy.h | 57 int is_forced_keyframe_pending(struct lookahead_ctx *lookahead,
|
D | encoder.h | 1088 struct lookahead_ctx *lookahead;
|
D | encode_strategy.c | 420 int is_forced_keyframe_pending(struct lookahead_ctx *lookahead, in is_forced_keyframe_pending()
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 129 struct lookahead_ctx *lookahead = cpi->lookahead; in ComputeFirstPassStats() 233 struct lookahead_ctx *lookahead = cpi->lookahead; in EncodeFrame()
|