Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.c24 struct lookahead_entry *buf; /* Buffer list */
29 static struct lookahead_entry *
34 struct lookahead_entry *buf = ctx->buf + index; in pop()
111 struct lookahead_entry* buf; in vp8_lookahead_push()
178 struct lookahead_entry*
182 struct lookahead_entry* buf = NULL; in vp8_lookahead_pop()
193 struct lookahead_entry*
198 struct lookahead_entry* buf = NULL; in vp8_lookahead_peek()
Dlookahead.h19 struct lookahead_entry struct
84 struct lookahead_entry*
99 struct lookahead_entry*
Donyx_int.h318 struct lookahead_entry *source;
319 struct lookahead_entry *alt_ref_source;
320 struct lookahead_entry *last_source;
Dtemporal_filter.c506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead, in vp8_temporal_filter_prepare_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c26 struct lookahead_entry *buf; /* Buffer list */
31 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, in pop()
34 struct lookahead_entry *buf = ctx->buf + index; in pop()
95 struct lookahead_entry *buf; in vp9_lookahead_push()
165 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, in vp9_lookahead_pop()
167 struct lookahead_entry *buf = NULL; in vp9_lookahead_pop()
177 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx, in vp9_lookahead_peek()
179 struct lookahead_entry *buf = NULL; in vp9_lookahead_peek()
Dvp9_lookahead.h26 struct lookahead_entry { struct
82 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
93 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
Dvp9_onyx_int.h291 struct lookahead_entry *source;
293 struct lookahead_entry *alt_ref_source[REF_FRAMES];
295 struct lookahead_entry *alt_ref_source;
297 struct lookahead_entry *last_source;
Dvp9_temporal_filter.c456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter_prepare()
Dvp9_mbgraph.c411 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()