Home | History | Annotate | Download | only in src

Lines Matching full:mb_size

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