Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dtransform.c47 double tmpre[FRAMESAMPLES_HALF], tmpim[FRAMESAMPLES_HALF]; in WebRtcIsac_Time2Spec() local
59 tmpim[k] = (inre2[k] * tmp1r - inre1[k] * tmp1i) * fact; in WebRtcIsac_Time2Spec()
64 WebRtcIsac_Fftns(1, dims, tmpre, tmpim, -1, 1.0, fftstr_obj); in WebRtcIsac_Time2Spec()
70 xi = tmpim[k] - tmpim[FRAMESAMPLES_HALF - 1 - k]; in WebRtcIsac_Time2Spec()
71 yr = tmpim[k] + tmpim[FRAMESAMPLES_HALF - 1 - k]; in WebRtcIsac_Time2Spec()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; in WebRtcIsacfix_Time2SpecMIPS() local
194 [tmpim] "=&r" (tmpim), [max] "=&r" (max), [factor] "=&r" (factor), in WebRtcIsacfix_Time2SpecMIPS()
278 : [tmpre] "=&r" (tmpre), [tmpim] "=&r" (tmpim), [inre1] "=&r" (inre1), in WebRtcIsacfix_Time2SpecMIPS()
587 [tmpim] "=&r" (tmpim), [offset] "+r" (factor), [k] "+r" (k), in WebRtcIsacfix_Time2SpecMIPS()