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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h141 #define MB_SIZE 16 macro
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
H A Dconceal.cpp146 int row = MB_SIZE;
167 oscl_memcpy(y1, y2, MB_SIZE);
170 oscl_memcpy(y1, y2, MB_SIZE);
173 oscl_memcpy(y1, y2, MB_SIZE);
176 oscl_memcpy(y1, y2, MB_SIZE);
H A Dpp_semaphore_luma.cpp139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 &&
140 ypred <= ((height << 1) - (2*MB_SIZE)))
H A Dmb_utils.cpp29 row = MB_SIZE;
H A Dvop.cpp412 /* round up to a multiple of MB_SIZE. 08/09/2000 */
422 /* round up to a multiple of MB_SIZE. 08/09/2000 */
690 video->nMBPerRow = video->width / MB_SIZE;
691 video->nMBPerCol = video->height / MB_SIZE;
1362 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE;
1425 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE;
1426 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE;
H A Dpvdec_api.cpp320 video->nMBinGOB = video->width / MB_SIZE;
322 video->nGOBinVop = video->height / MB_SIZE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h213 #define MB_SIZE 16 macro
214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
H A Dmotion_comp.cpp1721 Int offset = pitch - MB_SIZE;
1799 Int offset = pitch - MB_SIZE;
1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h63 #define MB_SIZE 16 macro

Completed in 3487 milliseconds