Home
last modified time | relevance | path

Searched refs:last_source (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h297 struct lookahead_entry *last_source; member
Dvp9_onyx_if.c3007 cpi->last_source = NULL;
3073 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
3116 if (cpi->last_source != NULL) {
3117 cpi->unscaled_last_source = &cpi->last_source->img;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h320 struct lookahead_entry *last_source; member
Donyx_if.c4963 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1, in vp8_get_compressed_data()
4991 cpi->last_frame_unscaled_source = &cpi->last_source->img; in vp8_get_compressed_data()