Home
last modified time | relevance | path

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

/external/webrtc/common_audio/
Dreal_fourier_ooura.cc25 void Conjugate(complex<float>* array, size_t complex_length) { in Conjugate() argument
26 std::for_each(array, array + complex_length, in Conjugate()