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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); local
197 nMBPerCol = height >> 3;
203 nMBPerCol = height >> 4;
302 for (i = 0; i < nMBPerCol - 1; i++)
401 for (i = 0; i < nMBPerCol; i++)
491 for (i = 0; i < nMBPerCol; i++)
H A Dmp4lib_int.h237 int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member in struct:tagVideoDecData
H A Dvop.cpp693 video->nMBPerCol = video->height / MB_SIZE;
694 video->nTotalMB = video->nMBPerRow * video->nMBPerCol;
1434 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE;
1435 video->nTotalMB = video->nMBPerRow * video->nMBPerCol;
H A Dpvdec_api.cpp323 video->nMBPerCol =
326 video->nMBPerRow * video->nMBPerCol;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
H A Dcombined_encode.cpp107 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
389 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
H A Dmp4lib_int.h122 Int nMBPerRow, nMBPerCol; /* number of MBs in each row & column */ member in struct:tagVol
H A Dmotion_est.cpp144 Int mbheight = currVol->nMBPerCol;
1360 Int mbheight = currVol->nMBPerCol;
H A Dmp4enc_api.cpp945 pVol->nMBPerCol = (pVol->height + 15) / 16;
946 pVol->nTotalMB = pVol->nMBPerRow * pVol->nMBPerCol;

Completed in 3660 milliseconds