Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddsp_helper.cc234 int32_t temp_term_3 = signal_points[0] * 256; in ParabolicFit() local
235 *peak_value = (temp_term_1 + temp_term_2 + temp_term_3) / 256; in ParabolicFit()