HomeSort by relevance Sort by last modified time
    Searched refs:MbPartWidth (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 155 currMB->MbPartWidth = currMB->MbPartHeight = 16;
160 currMB->SubMbPartWidth[2] = currMB->SubMbPartWidth[3] = currMB->MbPartWidth;
490 mblock->MbPartWidth = map2PartWidth[mb_type];
496 mblock->SubMbPartWidth[2] = mblock->SubMbPartWidth[3] = mblock->MbPartWidth;
539 mblock->MbPartWidth = map2PartWidth[mb_type];
746 currMB->MbPartWidth = currMB->MbPartHeight = 16;
752 currMB->SubMbPartWidth[2] = currMB->SubMbPartWidth[3] = currMB->MbPartWidth;
pred_inter.cpp 134 offset_MbPart_indx = currMB->MbPartWidth >> 4;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 409 if (currMB->MbPartWidth == 16)
466 offset_MbPart_indx = currMB->MbPartWidth >> 4;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
slice.cpp 380 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 */
motion_est.cpp 831 currMB->NumMbPart, currMB->MbPartWidth, currMB->MbPartHeight,
855 currMB->MbPartWidth = 16;
864 currMB->MbPartWidth = 16;
876 currMB->MbPartWidth = 8;
888 currMB->MbPartWidth = 8;
    [all...]
motion_comp.cpp 113 offset_MbPart_indx = currMB->MbPartWidth >> 4;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 590 int MbPartWidth;
    [all...]

Completed in 58 milliseconds