Searched refs:nMBPerCol (Results 1 – 9 of 9) sorted by relevance
190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local197 nMBPerCol = height >> 3; in H263_Deblock()203 nMBPerCol = height >> 4; in H263_Deblock()302 for (i = 0; i < nMBPerCol - 1; i++) in H263_Deblock()401 for (i = 0; i < nMBPerCol; i++) in H263_Deblock()491 for (i = 0; i < nMBPerCol; i++) in H263_Deblock()
688 video->nMBPerCol = video->height / MB_SIZE; in DecodeVOLHeader()689 video->nTotalMB = video->nMBPerRow * video->nMBPerCol; in DecodeVOLHeader()1423 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE; in DecodeShortHeader()1424 video->nTotalMB = video->nMBPerRow * video->nMBPerCol; in DecodeShortHeader()
237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
298 video->nMBPerCol = in PVAllocVideoData()301 video->nMBPerRow * video->nMBPerCol; in PVAllocVideoData()
95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeFrameDataPartMode()302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeSliceDataPartMode()
107 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeFrameCombinedMode()389 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeSliceCombinedMode()
123 Int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
144 Int mbheight = currVol->nMBPerCol; in MotionEstimation()1360 Int mbheight = currVol->nMBPerCol; in CandidateSelection()
912 pVol->nMBPerCol = (pVol->height + 15) / 16; in PVInitVideoEncoder()913 pVol->nTotalMB = pVol->nMBPerRow * pVol->nMBPerCol; in PVInitVideoEncoder()