Lines Matching refs:roi
410 const AVRegionOfInterest *roi;
414 roi = (const AVRegionOfInterest*)sd->data;
415 roi_size = roi->self_size;
434 roi = (const AVRegionOfInterest*)(sd->data + roi_size * i);
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);
441 if (roi->qoffset.den == 0) {
447 qoffset = roi->qoffset.num * 1.0f / roi->qoffset.den;