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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp744 * numPlanes - the number of planes in planeColors and pairs of coefficients in noiseProfile.
745 * noiseProfile - 2 * numPlanes doubles containing numPlanes pairs of noise profile coefficients.
751 /*out*/double* noiseProfile) {
757 noiseProfile[S] = 0;
758 noiseProfile[O] = 0;
761 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
762 noiseProfile[S] = perChannelNoiseProfile[c * 2];
763 noiseProfile[O] = perChannelNoiseProfile[c * 2 + 1];
1406 double noiseProfile[numPlaneColors * 2]; local
1414 cfaPlaneColor, numPlaneColors, /*out*/ noiseProfile))
749 generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, size_t numChannels, const uint8_t* planeColors, size_t numPlanes, double* noiseProfile) argument
[all...]

Completed in 532 milliseconds