Home
last modified time | relevance | path

Searched refs:kLogLowValue (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c691 static const int16_t kLogLowValue = PART_LEN_SHIFT << 7; in LogOfEnergyInQ8() local
692 int16_t log_energy_q8 = kLogLowValue; in LogOfEnergyInQ8()