OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dng_noise_profile
(Results
1 - 7
of
7
) sorted by null
/external/dng_sdk/source/
dng_classes.h
62
class
dng_noise_profile
;
dng_shared.h
196
dng_noise_profile
fNoiseProfile;
dng_negative.h
174
class
dng_noise_profile
class
185
dng_noise_profile
();
189
explicit
dng_noise_profile
(const dng_std_vector<dng_noise_function> &functions);
627
// Amount of noise for this negative (see
dng_noise_profile
for details).
629
dng_noise_profile
fNoiseProfile;
[
all
...]
dng_negative.cpp
53
dng_noise_profile
::
dng_noise_profile
()
function in class:dng_noise_profile
63
dng_noise_profile
::
dng_noise_profile
(const dng_std_vector<dng_noise_function> &functions)
function in class:dng_noise_profile
73
bool
dng_noise_profile
::IsValid () const
97
bool
dng_noise_profile
::IsValidForNegative (const dng_negative &negative) const
111
const dng_noise_function &
dng_noise_profile
::NoiseFunction (uint32 plane) const
128
uint32
dng_noise_profile
::NumFunctions () const
[
all
...]
dng_image_writer.h
1021
explicit tag_dng_noise_profile (const
dng_noise_profile
&profile);
dng_shared.cpp
[
all
...]
dng_image_writer.cpp
[
all
...]
Completed in 1293 milliseconds