Searched refs:last_height (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_dthread.c149 if (!cm->current_video_frame || cm->last_height != cm->height) {
152 if (cm->last_height != cm->height) {
154 ALIGN_POWER_OF_TWO(cm->last_height, MI_SIZE_LOG2);
H A Dvp9_decoder.c388 cm->last_height = cm->height;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h82 int last_height; member in struct:VP9Common
286 cm->height == cm->last_height &&
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2823 cm->last_height = cm->height;

Completed in 61 milliseconds