Home
last modified time | relevance | path

Searched refs:fNoiseProfile (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_negative.h626 dng_noise_profile fNoiseProfile; variable
1447 fNoiseProfile = noiseProfile; in SetNoiseProfile()
1454 return fNoiseProfile.IsValidForNegative (*this); in HasNoiseProfile()
1461 return fNoiseProfile; in NoiseProfile()
1478 fRawNoiseProfile = fNoiseProfile; in SetRawNoiseProfile()
H A Ddng_ifd.h221 dng_noise_profile fNoiseProfile; variable
H A Ddng_ifd.cpp175 , fNoiseProfile () in dng_ifd()
2464 fNoiseProfile = dng_noise_profile (noiseFunctions); in ParseTag()
2815 if (!fNoiseProfile.IsValid () && fNoiseProfile.NumFunctions () != 0) in PostParse()
2824 fNoiseProfile = dng_noise_profile (); in PostParse()
H A Ddng_negative.cpp759 , fNoiseProfile () in dng_negative()
3103 if (rawIFD.fNoiseProfile.IsValid ()) in Parse()
3106 SetNoiseProfile (rawIFD.fNoiseProfile); in Parse()
3115 SetNoiseProfile (ifd0.fNoiseProfile); in Parse()
4035 if (enhancedIFD.fNoiseProfile.IsValidForNegative (*this)) in ReadEnhancedImage()
4040 fNoiseProfile = enhancedIFD.fNoiseProfile; in ReadEnhancedImage()