Searched refs:SubMbPartWidth (Results 1 – 5 of 5) sorted by relevance
845 int SubMbPartHeight, SubMbPartWidth, NumSubMbPart; in AVCMBMotionSearch() local858 currMB->SubMbPartWidth[0] = 16; in AVCMBMotionSearch()868 currMB->SubMbPartWidth[i] = 16; in AVCMBMotionSearch()880 currMB->SubMbPartWidth[i] = 8; in AVCMBMotionSearch()893 SubMbPartWidth = 8; in AVCMBMotionSearch()899 SubMbPartWidth = 8; in AVCMBMotionSearch()905 SubMbPartWidth = 4; in AVCMBMotionSearch()911 SubMbPartWidth = 4; in AVCMBMotionSearch()919 currMB->SubMbPartWidth[i] = SubMbPartWidth; in AVCMBMotionSearch()997 currMB->SubMbPartWidth[0] = 16; in AVCMBMotionSearch()
385 currMB->SubMbPartWidth[0] = currMB->SubMbPartWidth[1] = in EncodeMB()386 … currMB->SubMbPartWidth[2] = currMB->SubMbPartWidth[3] = currMB->MbPartWidth; in EncodeMB()
76 MbWidth = currMB->SubMbPartWidth[mbPartIdx]; in AVCMBMotionComp()111 offset_indx = currMB->SubMbPartWidth[mbPartIdx] >> 3; in AVCMBMotionComp()
236 nmSubMbWidth = currMB->SubMbPartWidth[mbPartIdx] >> 2; in GetMotionVectorPredictor()291 new_block_x = block_x + (currMB->SubMbPartWidth[mbPartIdx] >> 2) - 1; in GetMotionVectorPredictor()373 offset_indx = currMB->SubMbPartWidth[mbPartIdx] >> 3; in GetMotionVectorPredictor()
593 int SubMbPartWidth[4]; /* for each 8x8 partition */ member