Searched defs:perChannelNoiseProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp932 * perChannelNoiseProfile - numChannels * 2 noise profile coefficients.
936 * the perChannelNoiseProfile and cfa arguments, respectively.
943 static status_t generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, argument
955 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
956 noiseProfile[S] = perChannelNoiseProfile[c * 2];
957 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1];

Completed in 13 milliseconds