Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_utils.cc35 float AddDitherIfZero(float value) { in AddDitherIfZero() function
40 return complex<float>(AddDitherIfZero(c.real()), AddDitherIfZero(c.imag())); in zerofudge()