Searched refs:noiseProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp931 * numPlanes - the number of planes in planeColors and pairs of coefficients in noiseProfile.
932 * noiseProfile - 2 * numPlanes doubles containing numPlanes pairs of noise profile coefficients.
938 /*out*/double* noiseProfile) {
944 noiseProfile[S] = 0;
945 noiseProfile[O] = 0;
948 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
949 noiseProfile[S] = perChannelNoiseProfile[c * 2];
950 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1];
1611 double noiseProfile[numPlaneColors * 2]; local
1620 cfaPlaneColor, numPlaneColors, /*out*/ noiseProfile))
936 generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, size_t numChannels, const uint8_t* planeColors, size_t numPlanes, double* noiseProfile) argument
[all...]

Completed in 25 milliseconds