Searched refs:tmpre (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | transform.c | 47 double tmpre[FRAMESAMPLES_HALF], tmpim[FRAMESAMPLES_HALF]; in WebRtcIsac_Time2Spec() local 58 tmpre[k] = (inre1[k] * tmp1r + inre2[k] * tmp1i) * fact; in WebRtcIsac_Time2Spec() 64 WebRtcIsac_Fftns(1, dims, tmpre, tmpim, -1, 1.0, fftstr_obj); in WebRtcIsac_Time2Spec() 68 xr = tmpre[k] + tmpre[FRAMESAMPLES_HALF - 1 - k]; in WebRtcIsac_Time2Spec() 69 yi = -tmpre[k] + tmpre[FRAMESAMPLES_HALF - 1 - k]; in WebRtcIsac_Time2Spec()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_mips.c | 31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; in WebRtcIsacfix_Time2SpecMIPS() local 193 [r3] "=&r" (r3), [r4] "=&r" (r4), [tmpre] "=&r" (tmpre), in WebRtcIsacfix_Time2SpecMIPS() 278 : [tmpre] "=&r" (tmpre), [tmpim] "=&r" (tmpim), [inre1] "=&r" (inre1), in WebRtcIsacfix_Time2SpecMIPS() 586 : [inre1] "=&r" (inre1), [inre2] "=&r" (inre2), [tmpre] "=&r" (tmpre), in WebRtcIsacfix_Time2SpecMIPS()
|