Home
last modified time | relevance | path

Searched refs:real32 (Results 26 - 30 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pixel_buffer.cpp900 (real32 *) dPtr, in CopyArea()
994 (real32 *) dPtr, in CopyArea()
1073 (real32 *) dPtr, in CopyArea()
1164 DoCopyAreaR32_8 ((const real32 *) sPtr, in CopyArea()
1184 DoCopyAreaR32_16 ((const real32 *) sPtr, in CopyArea()
1204 DoCopyAreaR32_S16 ((const real32 *) sPtr, in CopyArea()
1861 return MaxDiff ((const real32 *)s1Ptr, in MaximumDifference()
1865 (const real32 *)s2Ptr, in MaximumDifference()
H A Ddng_lens_correction.cpp1332 real32 *dPtr = dstBuffer.DirtyPixel_real32 (dstArea.t,
1394 const real32 *w = fWeights.Weights32 (sFct);
1396 const real32 *s = srcBuffer.ConstPixel_real32 (sInt.v,
1400 real32 total = 0.0f;
2278 const real32 scale0 = 1.0f / (1 << fTableInputBits );
2279 const real32 scale1 = 1.0f * (1 << fTableOutputBits);
2284 real32 x = index * scale0;
2286 real32 y = table32.Interpolate (x) * scale1;
H A Ddng_camera_profile.cpp543 printer.Put_real32 ((real32) fToneCurve.fCoord [i].h); in CalculateFingerprint()
544 printer.Put_real32 ((real32) fToneCurve.fCoord [i].v); in CalculateFingerprint()
H A Ddng_parse_utils.cpp2316 real32 dh = stream.Get_real32 (); in DumpHueSatMap()
2317 real32 ds = stream.Get_real32 (); in DumpHueSatMap()
2318 real32 dv = stream.Get_real32 (); in DumpHueSatMap()
H A Ddng_image_writer.cpp2563 sizeof (real32)); in profile_tag_set()
2565 real32 *points = fToneCurveBuffer.Buffer_real32 (); in profile_tag_set()
2576 points [i * 2 ] = (real32) profile.ToneCurve ().fCoord [i].h; in profile_tag_set()
2577 points [i * 2 + 1] = (real32) profile.ToneCurve ().fCoord [i].v; in profile_tag_set()

Completed in 12 milliseconds

12