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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp141 int row = MB_SIZE;
162 oscl_memcpy(y1, y2, MB_SIZE);
165 oscl_memcpy(y1, y2, MB_SIZE);
168 oscl_memcpy(y1, y2, MB_SIZE);
171 oscl_memcpy(y1, y2, MB_SIZE);
H A Dmp4def.h141 #define MB_SIZE 16 macro
142 #define NCOEFF_MB (MB_SIZE*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.cpp408 /* round up to a multiple of MB_SIZE. 08/09/2000 */
418 /* round up to a multiple of MB_SIZE. 08/09/2000 */
686 video->nMBPerRow = video->width / MB_SIZE;
687 video->nMBPerCol = video->height / MB_SIZE;
1358 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE;
1421 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE;
1422 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE;
H A Dpvdec_api.cpp296 video->nMBinGOB = video->width / MB_SIZE;
298 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 54 milliseconds