Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpost_filter.cpp44 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local
51 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()
Dmp4lib_int.h237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member
Dvop.cpp704 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()
Dpvdec_api.cpp326 video->nMBPerCol = in PVAllocVideoData()
329 video->nMBPerRow * video->nMBPerCol; in PVAllocVideoData()
/frameworks/av/media/codecs/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.h122 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.cpp946 pVol->nMBPerCol = (pVol->height + 15) / 16; in PVInitVideoEncoder()
947 pVol->nTotalMB = pVol->nMBPerRow * pVol->nMBPerCol; in PVInitVideoEncoder()