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

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.h80 static inline uint32_t alignMB(uint32_t a) { function in class:VideoDecoderBase
H A DVideoDecoderVP8.cpp56 if ((VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width) ||
57 (VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height)) {
H A DVideoDecoderAVC.cpp717 if (VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width ||
718 VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height) {

Completed in 29 milliseconds