Home | History | Annotate | Download | only in src

Lines Matching refs:MB_SIZE

408         /* 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;