Home
last modified time | relevance | path

Searched refs:alignMB (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h99 static inline uint32_t alignMB(uint32_t a) { in alignMB() function
DVideoDecoderVP8.cpp60 if ((VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width) || in updateFormatInfo()
61 (VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height)) { in updateFormatInfo()
DVideoDecoderAVC.cpp741 if (VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width || in updateFormatInfo()
742 VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height) { in updateFormatInfo()