OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpre
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
transform.c
47
double
tmpre
[FRAMESAMPLES_HALF], tmpim[FRAMESAMPLES_HALF];
local
58
tmpre
[k] = (inre1[k] * tmp1r + inre2[k] * tmp1i) * fact;
64
WebRtcIsac_Fftns(1, dims,
tmpre
, tmpim, -1, 1.0, fftstr_obj);
68
xr =
tmpre
[k] +
tmpre
[FRAMESAMPLES_HALF - 1 - k];
69
yi = -
tmpre
[k] +
tmpre
[FRAMESAMPLES_HALF - 1 - k];
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c
31
int32_t inre1, inre2,
tmpre
, tmpim, factor, max, max1;
local
43
"addiu %[
tmpre
], %[tmpreQ16], 0 \n\t"
90
"sw %[r4], 0(%[
tmpre
]) \n\t"
96
"sw %[r6], 4(%[
tmpre
]) \n\t"
108
"addiu %[
tmpre
], %[
tmpre
], 8 \n\t"
152
"sw %[r1], 0(%[
tmpre
]) \n\t"
153
"addiu %[
tmpre
], %[
tmpre
], 4 \n\t"
193
[r3] "=&r" (r3), [r4] "=&r" (r4), [
tmpre
] "=&r" (tmpre)
[
all
...]
Completed in 299 milliseconds