Lines Matching defs:MB_SIZE
49 #define MB_SIZE 16
406 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE;
407 int mby = (frame->height + MB_SIZE - 1) / MB_SIZE;
436 starty = FFMIN(mby, roi->top / MB_SIZE);
437 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE);
438 startx = FFMIN(mbx, roi->left / MB_SIZE);
439 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE);