Home
last modified time | relevance | path

Searched refs:lookahead_entry (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c23 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()
Dlookahead.h19 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,
Donyx_int.h292 struct lookahead_entry *source;
293 struct lookahead_entry *alt_ref_source;
294 struct lookahead_entry *last_source;
Dtemporal_filter.c426 struct lookahead_entry *buf = in vp8_temporal_filter_prepare_c()
/external/libaom/libaom/av1/encoder/
Dlookahead.h24 struct lookahead_entry { struct
39 struct lookahead_entry *buf; /* Buffer list */ argument
85 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain);
94 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx,
Dlookahead.c22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop()
24 struct lookahead_entry *buf = ctx->buf + index; in pop()
90 struct lookahead_entry *buf; in av1_lookahead_push()
186 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, in av1_lookahead_pop()
188 struct lookahead_entry *buf = NULL; in av1_lookahead_pop()
197 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, in av1_lookahead_peek()
199 struct lookahead_entry *buf = NULL; in av1_lookahead_peek()
Dencode_strategy.c418 const struct lookahead_entry *source) { in adjust_frame_rate()
494 static struct lookahead_entry *setup_arf_or_arf2( in setup_arf_or_arf2()
504 struct lookahead_entry *source = in setup_arf_or_arf2()
536 const struct lookahead_entry *e = av1_lookahead_peek(lookahead, i); in is_forced_keyframe_pending()
554 struct lookahead_entry *choose_frame_source( in choose_frame_source()
556 struct lookahead_entry **last_source, FRAME_UPDATE_TYPE *frame_update_type, in choose_frame_source()
559 struct lookahead_entry *source = NULL; in choose_frame_source()
617 const struct lookahead_entry *lookahead_src = in allow_show_existing()
969 struct lookahead_entry *source = NULL; in av1_encode_strategy()
970 struct lookahead_entry *last_source = NULL; in av1_encode_strategy()
Dtpl_model.c525 struct lookahead_entry *buf = in init_gop_frames()
549 struct lookahead_entry *buf = in init_gop_frames()
Dmbgraph.c390 struct lookahead_entry *q_cur = av1_lookahead_peek(cpi->lookahead, i); in av1_update_mbgraph_stats()
Dtemporal_filter.c1191 struct lookahead_entry *buf = av1_lookahead_peek(cpi->lookahead, distance); in adjust_arnr_filter()
1281 struct lookahead_entry *buf = in av1_temporal_filter()
Dencoder.h724 struct lookahead_entry *alt_ref_source;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h24 struct lookahead_entry { struct
39 struct lookahead_entry *buf; /* Buffer list */ argument
92 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain);
101 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_lookahead.c22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, int *idx) { in pop()
24 struct lookahead_entry *buf = ctx->buf + index; in pop()
91 struct lookahead_entry *buf; in vp9_lookahead_push()
190 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop()
192 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop()
201 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek()
203 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
Dvp9_svc_layercontext.h56 struct lookahead_entry *alt_ref_source;
84 struct lookahead_entry empty_frame;
232 struct lookahead_entry *vp9_svc_lookahead_pop(struct VP9_COMP *const cpi,
Dvp9_firstpass.h201 void vp9_first_pass(struct VP9_COMP *cpi, const struct lookahead_entry *source);
Dvp9_mbgraph.c391 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
Dvp9_svc_layercontext.c909 struct lookahead_entry *vp9_svc_lookahead_pop(VP9_COMP *const cpi, in vp9_svc_lookahead_pop()
912 struct lookahead_entry *buf = NULL; in vp9_svc_lookahead_pop()
Dvp9_encoder.h573 struct lookahead_entry *alt_ref_source;
Dvp9_encoder.c5088 const struct lookahead_entry *source) {
5145 const struct lookahead_entry *source) {
5481 struct lookahead_entry *buf;
5527 struct lookahead_entry *buf =
6524 struct lookahead_entry *last_source = NULL;
6525 struct lookahead_entry *source = NULL;
6562 struct lookahead_entry *e = vp9_lookahead_peek(cpi->lookahead, i);
Dvp9_temporal_filter.c1074 struct lookahead_entry *buf = in vp9_temporal_filter()
Dvp9_firstpass.c1338 void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) { in vp9_first_pass()
Dvp9_ratectrl.c2840 struct lookahead_entry *buf = in vp9_scene_detection_onepass()