Searched refs:lookahead (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8cx.mk | 47 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/ |
D | vp9_temporal_filter.c | 386 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()
|
D | vp9_mbgraph.c | 386 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()
|
D | vp9_onyx_int.h | 290 struct lookahead_ctx *lookahead; member
|
D | vp9_onyx_if.c | 194 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/ |
D | temporal_filter.c | 449 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()
|
D | onyx_int.h | 317 struct lookahead_ctx *lookahead; member
|
D | onyx_if.c | 1112 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/ |
D | libvpx_srcs.txt | 97 vp8/encoder/lookahead.c 98 vp8/encoder/lookahead.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | libvpx_srcs.txt | 97 vp8/encoder/lookahead.c 98 vp8/encoder/lookahead.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | libvpx_srcs.txt | 103 vp8/encoder/lookahead.c 104 vp8/encoder/lookahead.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | libvpx_srcs.txt | 136 vp8/encoder/lookahead.c 137 vp8/encoder/lookahead.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | libvpx_srcs.txt | 136 vp8/encoder/lookahead.c 137 vp8/encoder/lookahead.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | libvpx_srcs.txt | 174 vp8/encoder/lookahead.c 175 vp8/encoder/lookahead.h
|