Searched refs:nMBPerCol (Results 1 – 9 of 9) sorted by relevance
44 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local51 nMBPerCol = height >> 3; in H263_Deblock()57 nMBPerCol = height >> 4; in H263_Deblock()156 for (i = 0; i < nMBPerCol - 1; i++) in H263_Deblock()255 for (i = 0; i < nMBPerCol; i++) in H263_Deblock()345 for (i = 0; i < nMBPerCol; i++) in H263_Deblock()
237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
704 video->nMBPerCol = video->height / MB_SIZE; in DecodeVOLHeader()705 video->nTotalMB = video->nMBPerRow * video->nMBPerCol; in DecodeVOLHeader()1453 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE; in DecodeShortHeader()1454 video->nTotalMB = video->nMBPerRow * video->nMBPerCol; in DecodeShortHeader()
326 video->nMBPerCol = in PVAllocVideoData()329 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()
122 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()
946 pVol->nMBPerCol = (pVol->height + 15) / 16; in PVInitVideoEncoder()947 pVol->nTotalMB = pVol->nMBPerRow * pVol->nMBPerCol; in PVInitVideoEncoder()