Searched refs:MB_SIZE (Results 1 - 8 of 8) 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.cpp150 int row = MB_SIZE;
171 oscl_memcpy(y1, y2, MB_SIZE);
174 oscl_memcpy(y1, y2, MB_SIZE);
177 oscl_memcpy(y1, y2, MB_SIZE);
180 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.cpp414 /* round up to a multiple of MB_SIZE. 08/09/2000 */
424 /* round up to a multiple of MB_SIZE. 08/09/2000 */
692 video->nMBPerRow = video->width / MB_SIZE;
693 video->nMBPerCol = video->height / MB_SIZE;
1370 video->nTotalMB = video->width / MB_SIZE * video->height / MB_SIZE;
1433 video->nMBinGOB = video->nMBPerRow = video->width / MB_SIZE;
1434 video->nGOBinVop = video->nMBPerCol = video->height / MB_SIZE;
H A Dpvdec_api.cpp322 video->nMBinGOB = video->width / MB_SIZE;
324 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;

Completed in 2100 milliseconds