HomeSort by relevance Sort by last modified time
    Searched refs:Round_int32 (Results 1 - 12 of 12) sorted by null

  /external/dng_sdk/source/
dng_point.h 105 return dng_point (Round_int32 (v),
106 Round_int32 (h));
dng_rational.cpp 67 *this = dng_srational (Round_int32 (x * dd), dd);
dng_rect.h 325 return dng_rect (Round_int32 (t),
326 Round_int32 (l),
327 Round_int32 (b),
328 Round_int32 (r));
dng_resample.cpp 119 coords [j] = Round_int32 (y * (real64) kResampleSubsampleCount);
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
458 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
579 Round_int32 (fMaxTileSize.v * fRowScale),
583 Round_int32 (fMaxTileSize.h * fColScale),
661 fSrcTileSize.v = Round_int32 (tileSize.v / fRowScale) + fWeightsV.Width () + 2;
662 fSrcTileSize.h = Round_int32 (tileSize.h / fColScale) + fWeightsH.Width () + 2;
dng_matrix.cpp 251 fData [j] [k] = Round_int32 (fData [j] [k] * factor) * invFactor;
278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor;
593 fData [j] = Round_int32 (fData [j] * factor) * invFactor;
dng_negative.cpp 968 fCameraWhiteXY.x = Round_int32 (coord.x * 1000000.0) / 1000000.0;
969 fCameraWhiteXY.y = Round_int32 (coord.y * 1000000.0) / 1000000.0;
    [all...]
dng_utils.h 473 inline int32 Round_int32 (real32 x)
480 inline int32 Round_int32 (real64 x)
495 ThrowProgramError("Overflow in Round_int32");
dng_mosaic_info.cpp 1415 fCroppedSize.v = Round_int32 (negative.DefaultCropSizeV ().As_real64 ());
1416 fCroppedSize.h = Round_int32 (negative.DefaultCropSizeH ().As_real64 ());
1675 squareCell.h = Min_int32 (4, Round_int32 (1.0 / fAspectRatio));
1682 squareCell.v = Min_int32 (4, Round_int32 (fAspectRatio));
    [all...]
dng_linearization_info.cpp 215 int32 y = Round_int32 (x);
289 int32 y = Round_int32 (x);
428 int32 z = Round_int32 (y * 0x0FFFF * 256.0);
dng_date_time.cpp 828 result.SetOffsetSeconds (Round_int32 (secondsDelta));
dng_ifd.cpp     [all...]
dng_lens_correction.cpp 1076 Round_int32 (fPixelScaleV * (real64) squareBounds.H ());
    [all...]

Completed in 545 milliseconds