Searched refs:width2 (Results 1 – 4 of 4) sorted by relevance
46 long width2 = size2.getWidth(); in compare() local48 long area2 = width2 * size2.getHeight(); in compare()51 return (width > width2) ? 1 : -1; in compare()
47 long width2 = size2.width; in compare() local49 long area2 = width2 * size2.height; in compare()52 return (width > width2) ? 1 : -1; in compare()
488 int width2; in resizeDrag() local503 width2 = Math.max(width, Math.round((float)height2 * MIN_ASPECT)); in resizeDrag()504 if (width2 < mMinVisibleWidth) { in resizeDrag()506 width2 = mMinVisibleWidth; in resizeDrag()508 Math.min(mMaxVisibleSize.y, Math.round((float)width2 / MIN_ASPECT))); in resizeDrag()522 width2 = Math.min(width, Math.round((float)height2 / MIN_ASPECT)); in resizeDrag()523 if (width2 < mMinVisibleWidth) { in resizeDrag()525 width2 = mMinVisibleWidth; in resizeDrag()527 Math.min(mMaxVisibleSize.y, Math.round((float)width2 * MIN_ASPECT))); in resizeDrag()534 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag()[all …]
190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local223 A = *(rec_y - width2); in H263_Deblock()274 *(rec_y - width2) = A - d2; in H263_Deblock()320 A = *(rec_y - width2); in H263_Deblock()371 *(rec_y - width2) = A - d2; in H263_Deblock()