Home
last modified time | relevance | path

Searched refs:MbPartWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp409 if (currMB->MbPartWidth == 16) in GetMotionVectorPredictor()
466 offset_MbPart_indx = currMB->MbPartWidth >> 4; in GetMotionVectorPredictor()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp380 currMB->MbPartWidth = currMB->MbPartHeight = 16; in EncodeMB()
386 … currMB->SubMbPartWidth[2] = currMB->SubMbPartWidth[3] = currMB->MbPartWidth; in EncodeMB()
394 currMB->MbPartWidth = currMB->MbPartHeight = 8; in EncodeMB()
Dmotion_est.cpp855 currMB->MbPartWidth = 16; in AVCMBMotionSearch()
864 currMB->MbPartWidth = 16; in AVCMBMotionSearch()
876 currMB->MbPartWidth = 8; in AVCMBMotionSearch()
888 currMB->MbPartWidth = 8; in AVCMBMotionSearch()
Dmotion_comp.cpp113 offset_MbPart_indx = currMB->MbPartWidth >> 4; in AVCMBMotionComp()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h590 int MbPartWidth; member