Home
last modified time | relevance | path

Searched refs:nMBPerCol (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpost_filter.cpp190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local
197 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()
Dvop.cpp688 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()
Dmp4lib_int.h237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
Dpvdec_api.cpp298 video->nMBPerCol = in PVAllocVideoData()
301 video->nMBPerRow * video->nMBPerCol; in PVAllocVideoData()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddatapart_encode.cpp95 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()
Dcombined_encode.cpp107 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()
Dmp4lib_int.h123 Int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
Dmotion_est.cpp144 Int mbheight = currVol->nMBPerCol; in MotionEstimation()
1360 Int mbheight = currVol->nMBPerCol; in CandidateSelection()
Dmp4enc_api.cpp912 pVol->nMBPerCol = (pVol->height + 15) / 16; in PVInitVideoEncoder()
913 pVol->nTotalMB = pVol->nMBPerRow * pVol->nMBPerCol; in PVInitVideoEncoder()