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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dmb_access.cpp409 if (currMB->MbPartWidth == 16)
466 offset_MbPart_indx = currMB->MbPartWidth >> 4;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp380 currMB->MbPartWidth = currMB->MbPartHeight = 16;
386 currMB->SubMbPartWidth[2] = currMB->SubMbPartWidth[3] = currMB->MbPartWidth;
394 currMB->MbPartWidth = currMB->MbPartHeight = 8;
601 /* inputs are mbMode, mb_intra, i16Mode, CBP, NumMbPart, MbPartWidth, MbPartHeight */
H A Dmotion_est.cpp831 currMB->NumMbPart, currMB->MbPartWidth, currMB->MbPartHeight,
855 currMB->MbPartWidth = 16;
864 currMB->MbPartWidth = 16;
876 currMB->MbPartWidth = 8;
888 currMB->MbPartWidth = 8;
H A Dmotion_comp.cpp113 offset_MbPart_indx = currMB->MbPartWidth >> 4;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h590 int MbPartWidth; member in struct:tagMacroblock

Completed in 75 milliseconds