OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nom32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
65
int32_t r32, q32, t32,
nom32
, den32;
local
71
nom32
=q32+r32;
73
if (
nom32
<0)
80
t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(
nom32
, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
71
WebRtc_Word32 r32, q32, t32,
nom32
, den32;
local
77
nom32
=q32+r32;
79
if (
nom32
<0)
86
t32=WebRtcSpl_DivResultInQ31(WEBRTC_SPL_MUL_32_16(
nom32
, sign1),WEBRTC_SPL_MUL_32_16(den32, sign2)); /* t in Q31, without signs */
Completed in 3153 milliseconds