Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8cx.mk47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_temporal_filter.c386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead) in vp9_temporal_filter_prepare()
456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, in vp9_temporal_filter_prepare()
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead) in vp9_configure_arnr_filter()
Dvp9_mbgraph.c386 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); in vp9_update_mbgraph_stats()
411 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i); in vp9_update_mbgraph_stats()
Dvp9_onyx_int.h290 struct lookahead_ctx *lookahead; member
Dvp9_onyx_if.c194 vp9_lookahead_destroy(cpi->lookahead); in dealloc_compressor_data()
563 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height, in alloc_raw_frame_buffers()
566 if (!cpi->lookahead) in alloc_raw_frame_buffers()
2913 if (vp9_lookahead_push(cpi->lookahead,
3035 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
3073 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
3077 if ((cpi->source = vp9_lookahead_pop(cpi->lookahead, flush))) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtemporal_filter.c449 num_frames_forward = vp8_lookahead_depth(cpi->lookahead) in vp8_temporal_filter_prepare_c()
506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead, in vp8_temporal_filter_prepare_c()
Donyx_int.h317 struct lookahead_ctx *lookahead; member
Donyx_if.c1112 cpi->lookahead = vp8_lookahead_init(cpi->oxcf.Width, cpi->oxcf.Height, in alloc_raw_frame_buffers()
1114 if(!cpi->lookahead) in alloc_raw_frame_buffers()
1134 vp8_lookahead_destroy(cpi->lookahead); in dealloc_raw_frame_buffers()
4858 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time, in vp8_receive_raw_frame()
4935 if ((cpi->source = vp8_lookahead_peek(cpi->lookahead, in vp8_get_compressed_data()
4963 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1, in vp8_get_compressed_data()
4969 if ((cpi->source = vp8_lookahead_pop(cpi->lookahead, flush))) in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dlibvpx_srcs.txt97 vp8/encoder/lookahead.c
98 vp8/encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dlibvpx_srcs.txt97 vp8/encoder/lookahead.c
98 vp8/encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dlibvpx_srcs.txt103 vp8/encoder/lookahead.c
104 vp8/encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dlibvpx_srcs.txt136 vp8/encoder/lookahead.c
137 vp8/encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dlibvpx_srcs.txt136 vp8/encoder/lookahead.c
137 vp8/encoder/lookahead.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dlibvpx_srcs.txt174 vp8/encoder/lookahead.c
175 vp8/encoder/lookahead.h