Home
last modified time | relevance | path

Searched refs:unscaled_last_source (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h303 YV12_BUFFER_CONFIG *unscaled_last_source; member
Dvp9_onyx_if.c2564 if (cpi->unscaled_last_source != NULL) {
2565 if (cm->mi_cols * MI_SIZE != cpi->unscaled_last_source->y_width ||
2566 cm->mi_rows * MI_SIZE != cpi->unscaled_last_source->y_height) {
2567 scale_and_extend_frame_nonnormative(cpi->unscaled_last_source,
2571 cpi->Last_Source = cpi->unscaled_last_source;
3117 cpi->unscaled_last_source = &cpi->last_source->img;
3119 cpi->unscaled_last_source = NULL;