Searched refs:lsmHeight (Results 1 – 3 of 3) sorted by relevance
56 uint32_t lsmHeight, in addGainMapsForMetadata() argument65 double spacingV = 1.0 / std::max(1u, lsmHeight - 1); in addGainMapsForMetadata()68 std::vector<float> redMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()71 std::vector<float> greenEvenMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()74 std::vector<float> greenOddMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()77 std::vector<float> blueMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()80 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addGainMapsForMetadata()154 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()172 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()190 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()[all …]
84 uint32_t lsmHeight,
1680 uint32_t lsmHeight = 0; in DngCreator_setup() local1684 lsmHeight = static_cast<uint32_t>(entry1.data.i32[1]); in DngCreator_setup()1696 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup()1699 lsmHeight, in DngCreator_setup()