Searched refs:kLevel (Results 1 – 10 of 10) sorted by relevance
73 constexpr float kLevel = 10.f; in ResidualEchoEstimatorTest() local75 E2_refined_ch.fill(kLevel); in ResidualEchoEstimatorTest()77 S2_linear_[0].fill(kLevel); in ResidualEchoEstimatorTest()79 Y2_ch.fill(kLevel); in ResidualEchoEstimatorTest()
85 kLevel, enumerator393 if (parser[NKey::kLevel].ThereIs) in main2()395 const UString &s = parser[NKey::kLevel].PostStrings[0]; in main2()
73 case NCoderPropID::kLevel: break; in SetCoderProperties()
88 case NCoderPropID::kLevel: level = (int)v; break; in SetCoderProperties()
96 SET_PROP_32(kLevel, level) in SetLzmaProp()
103 case NCoderPropID::kLevel: in SetCoderProperties()
101 SetMethodProp32(oneMethodInfo, NCoderPropID::kLevel, (UInt32)level); in SetGlobalLevelTo()
122 kLevel, // VT_UI4 enumerator
229 AddProp32(NCoderPropID::kLevel, level); in AddProp_Level()
241 int i = FindProp(NCoderPropID::kLevel); in GetLevel()