Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c55 int32_t r32, q32, t32, nom32, den32; in Intrp1DQ8() local
62 den32 = (q32 - r32) * 2; in Intrp1DQ8()
65 if (den32<0) in Intrp1DQ8()
71 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2); in Intrp1DQ8()