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