Searched refs:postRAWGain (Results 1 – 1 of 1) sorted by relevance
1641 double postRAWGain = static_cast<double> (entry.data.i32[0]) / 100.f; in DngCreator_setup() local1644 double baselineExposure = std::log(postRAWGain) / std::log(2.0f); in DngCreator_setup()