Home
last modified time | relevance | path

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

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