Searched refs:imgWidth (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/rsobjdetect/src/rs/ |
D | detectAt.rs | 69 static int evaluateIntegral(const int x, const int imgWidth, const int offNum, const HaarFeature _f… 70 int of0 = _f.x[offNum] + imgWidth * _f.y[offNum]; 71 int of1 = _f.x[offNum] + _f.width[offNum] + imgWidth * _f.y[offNum]; 72 int of2 = _f.x[offNum] + imgWidth * (_f.y[offNum] + _f.height[offNum]); 73 int of3 = _f.x[offNum] + _f.width[offNum] + imgWidth * (_f.y[offNum] + _f.height[offNum]); 77 static int evaluateIntegralNof(const rs_allocation in, const int x, const int imgWidth) { 78 int of0 = nrect.s0 + imgWidth * nrect.s1; 79 int of1 = nrect.s0 + nrect.s2 + imgWidth * nrect.s1; 80 int of2 = nrect.s0 + imgWidth * (nrect.s1 + nrect.s3); 81 int of3 = nrect.s0 + nrect.s2 + imgWidth * (nrect.s1 + nrect.s3);
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 195 png_uint_32 imgWidth, imgHeight; in Load_SBit_Png() local 249 &imgWidth, &imgHeight, in Load_SBit_Png() 255 ( (FT_Int)imgWidth != metrics->width || in Load_SBit_Png() 264 metrics->width = (FT_UShort)imgWidth; in Load_SBit_Png() 325 &imgWidth, &imgHeight, in Load_SBit_Png()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | pngshim.c | 195 png_uint_32 imgWidth, imgHeight; in Load_SBit_Png() local 249 &imgWidth, &imgHeight, in Load_SBit_Png() 255 ( (FT_Int)imgWidth != metrics->width || in Load_SBit_Png() 264 metrics->width = (FT_UShort)imgWidth; in Load_SBit_Png() 325 &imgWidth, &imgHeight, in Load_SBit_Png()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | pngshim.c | 195 png_uint_32 imgWidth, imgHeight; in Load_SBit_Png() local 249 &imgWidth, &imgHeight, in Load_SBit_Png() 255 ( (FT_Int)imgWidth != metrics->width || in Load_SBit_Png() 264 metrics->width = (FT_UShort)imgWidth; in Load_SBit_Png() 325 &imgWidth, &imgHeight, in Load_SBit_Png()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 1761 int imgWidth = imgSize.width, imgHeight = imgSize.height; in cvCalibrationMatrixValues() local 1779 assert(imgWidth != 0 && imgHeight != 0 && alphax != 0.0 && alphay != 0.0); in cvCalibrationMatrixValues() 1788 mx = imgWidth / apertureWidth; in cvCalibrationMatrixValues() 1798 *fovx = 2 * atan(imgWidth / (2 * alphax)) * 180.0 / CV_PI; in cvCalibrationMatrixValues()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 1570 int imgWidth = imgSize.width, imgHeight = imgSize.height; in cvCalibrationMatrixValues() local 1585 assert(imgWidth != 0 && imgHeight != 0 && alphax != 0.0 && alphay != 0.0); in cvCalibrationMatrixValues() 1594 mx = imgWidth / apertureWidth; in cvCalibrationMatrixValues() 1607 *fovx = 2 * atan(imgWidth / (2 * alphax)) * 180.0 / CV_PI; in cvCalibrationMatrixValues()
|