Searched refs:gamma_table_smpte170m_ (Results 1 – 2 of 2) sorted by relevance
356 std::vector<int32_t> gamma_table_smpte170m_; variable
197 gamma_table_smpte170m_.resize(kSaturationPoint + 1); in EmulatedSensor()201 gamma_table_smpte170m_[i] = ApplySMPTE170MGamma(i, kSaturationPoint); in EmulatedSensor()1883 return gamma_table_smpte170m_[value]; in GammaTable()