Home
last modified time | relevance | path

Searched refs:nom32 (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
61 nom32=q32+r32; in Intrp1DQ8()
63 if (nom32<0) in Intrp1DQ8()
71 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2); in Intrp1DQ8()