/external/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); 91 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, 105 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain); 114 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, 121 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 | 246 struct lookahead_ctx *ctx,
|
D | vp9_encoder.h | 671 struct lookahead_ctx *lookahead;
|
D | vp9_svc_layercontext.c | 985 struct lookahead_ctx *ctx, in vp9_svc_lookahead_pop()
|
/external/libaom/av1/encoder/ |
D | lookahead.h | 53 struct lookahead_ctx { struct 69 struct lookahead_ctx *av1_lookahead_init( argument 77 void av1_lookahead_destroy(struct lookahead_ctx *ctx); 81 int av1_lookahead_full(const struct lookahead_ctx *ctx); 95 int av1_lookahead_push(struct lookahead_ctx *ctx, const YV12_BUFFER_CONFIG *src, 109 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, 120 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, 125 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx, 130 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() 67 struct lookahead_ctx *ctx = calloc(1, sizeof(*ctx)); in av1_lookahead_init() 96 int av1_lookahead_full(const struct lookahead_ctx *ctx) { in av1_lookahead_full() 101 int av1_lookahead_push(struct lookahead_ctx *ctx, const YV12_BUFFER_CONFIG *src, in av1_lookahead_push() 165 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, in av1_lookahead_pop() 179 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, in av1_lookahead_peek() 207 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx, in av1_lookahead_depth() 216 int av1_lookahead_pop_sz(struct lookahead_ctx *ctx, COMPRESSOR_STAGE stage) { in av1_lookahead_pop_sz()
|
D | encode_strategy.h | 93 int is_forced_keyframe_pending(struct lookahead_ctx *lookahead,
|
D | encoder.h | 2557 struct lookahead_ctx *lookahead;
|
D | encode_strategy.c | 289 int is_forced_keyframe_pending(struct lookahead_ctx *lookahead, in is_forced_keyframe_pending()
|
/external/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 | 297 struct lookahead_ctx *lookahead;
|
/external/libaom/av1/qmode_rc/ |
D | ducky_encode.cc | 311 struct lookahead_ctx *lookahead = ppi->lookahead; in ComputeFirstPassStats() 654 struct lookahead_ctx *lookahead = ppi->lookahead; in EncodeFrame()
|
/external/libvpx/vp9/ |
D | simple_encode.cc | 882 struct lookahead_ctx *lookahead = impl_ptr_->cpi->lookahead; in ComputeFirstPassStats() 1157 struct lookahead_ctx *lookahead = cpi->lookahead; in EncodeFrame()
|