/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 23 struct lookahead_entry *buf; /* Buffer list */ 27 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop() 30 struct lookahead_entry *buf = ctx->buf + index; in pop() 94 struct lookahead_entry *buf; in vp8_lookahead_push() 147 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, in vp8_lookahead_pop() 149 struct lookahead_entry *buf = NULL; in vp8_lookahead_pop() 159 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx, in vp8_lookahead_peek() 161 struct lookahead_entry *buf = NULL; in vp8_lookahead_peek()
|
D | lookahead.h | 19 struct lookahead_entry { struct 74 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain); 86 struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx,
|
D | onyx_int.h | 296 struct lookahead_entry *source; 297 struct lookahead_entry *alt_ref_source; 298 struct lookahead_entry *last_source;
|
D | temporal_filter.c | 426 struct lookahead_entry *buf = in vp8_temporal_filter_prepare_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 24 struct lookahead_entry { struct 42 struct lookahead_entry *buf; /* Buffer list */ argument 109 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain); 118 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
|
D | vp9_lookahead.c | 22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop() 24 struct lookahead_entry *buf = ctx->buf + index; in pop() 96 struct lookahead_entry *buf; in vp9_lookahead_push() 201 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop() 203 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop() 212 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek() 214 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
|
D | vp9_svc_layercontext.h | 56 struct lookahead_entry *alt_ref_source; 83 struct lookahead_entry empty_frame; 235 struct lookahead_entry *vp9_svc_lookahead_pop(struct VP9_COMP *const cpi,
|
D | vp9_firstpass.h | 231 void vp9_first_pass(struct VP9_COMP *cpi, const struct lookahead_entry *source);
|
D | vp9_mbgraph.c | 391 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
|
D | vp9_encoder.h | 554 struct lookahead_entry *alt_ref_source;
|
D | vp9_svc_layercontext.c | 965 struct lookahead_entry *vp9_svc_lookahead_pop(VP9_COMP *const cpi, in vp9_svc_lookahead_pop() 968 struct lookahead_entry *buf = NULL; in vp9_svc_lookahead_pop()
|
D | vp9_encoder.c | 5445 const struct lookahead_entry *source) { 5502 const struct lookahead_entry *source) { 5838 struct lookahead_entry *buf; 5884 struct lookahead_entry *buf = 7137 struct lookahead_entry *last_source = NULL; 7138 struct lookahead_entry *source = NULL; 7176 struct lookahead_entry *e = vp9_lookahead_peek(cpi->lookahead, i);
|
D | vp9_temporal_filter.c | 1132 struct lookahead_entry *buf = in vp9_temporal_filter()
|
D | vp9_ratectrl.c | 2969 struct lookahead_entry *buf = in vp9_scene_detection_onepass()
|
D | vp9_firstpass.c | 1338 void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) { in vp9_first_pass()
|
/external/libaom/libaom/av1/encoder/ |
D | lookahead.h | 27 struct lookahead_entry { struct 50 struct lookahead_entry *buf; /* Buffer list */ argument 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,
|
D | lookahead.c | 23 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop() 25 struct lookahead_entry *buf = ctx->buf + index; in pop() 90 struct lookahead_entry *buf; in av1_lookahead_push() 145 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, in av1_lookahead_pop() 147 struct lookahead_entry *buf = NULL; in av1_lookahead_pop() 159 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, in av1_lookahead_peek() 161 struct lookahead_entry *buf = NULL; in av1_lookahead_peek()
|
D | encode_strategy.c | 373 static struct lookahead_entry *setup_arf_frame( in setup_arf_frame() 385 struct lookahead_entry *source = in setup_arf_frame() 424 const struct lookahead_entry *e = in is_forced_keyframe_pending() 443 static struct lookahead_entry *choose_frame_source( in choose_frame_source() 445 struct lookahead_entry **last_source, EncodeFrameParams *const frame_params, in choose_frame_source() 448 struct lookahead_entry *source = NULL; in choose_frame_source() 487 const struct lookahead_entry *lookahead_src = in allow_show_existing() 1080 struct lookahead_entry *source = NULL; in av1_encode_strategy() 1081 struct lookahead_entry *last_source = NULL; in av1_encode_strategy()
|
D | tune_vmaf.c | 750 struct lookahead_entry *cur_entry = in av1_get_vmaf_base_qindex() 756 const struct lookahead_entry *last_entry = in av1_get_vmaf_base_qindex() 758 const struct lookahead_entry *next_entry = in av1_get_vmaf_base_qindex()
|
D | tpl_model.c | 863 struct lookahead_entry *buf = av1_lookahead_peek( in init_gop_frames_for_tpl() 918 struct lookahead_entry *buf = av1_lookahead_peek( in init_gop_frames_for_tpl()
|
D | firstpass.c | 890 const struct lookahead_entry *const alt_ref_frame_buffer = in av1_first_pass()
|
D | temporal_filter.c | 1221 struct lookahead_entry *buf = av1_lookahead_peek( in tf_setup_filtering_buffer()
|