Searched refs:tmp116 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c75 int16_t tmp116, tmp216; local
179 tmp116 = WEBRTC_SPL_RSHIFT_W16(ajQx, 1);
181 akQx = akQx - tmp116;
183 tmp116 = RexQx[k1] - RexQx[k2];
186 ajQx = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(sss60Q14, tmp116, 14); // Q14*Qx>>14 = Qx
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c75 WebRtc_Word16 tmp116, tmp216; local
179 tmp116 = WEBRTC_SPL_RSHIFT_W16(ajQx, 1);
181 akQx = akQx - tmp116;
183 tmp116 = RexQx[k1] - RexQx[k2];
186 ajQx = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(sss60Q14, tmp116, 14); // Q14*Qx>>14 = Qx

Completed in 537 milliseconds