OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpimQ16
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c
37
int32_t tmpreQ16[FRAMESAMPLES/2],
tmpimQ16
[FRAMESAMPLES/2];
52
tmpimQ16
[k] = (WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xiQ16) + 4) >> 3;
57
yrQ16 = WebRtcSpl_MaxAbsValueW32(
tmpimQ16
, FRAMESAMPLES/2);
70
inre2Q9[k] = (int16_t)(
tmpimQ16
[k] << sh); // Q(16+sh)
76
inre2Q9[k] = (int16_t)((
tmpimQ16
[k] + round) >> -sh); // Q(16+sh)
87
tmpimQ16
[k] = inre2Q9[k] >> sh; // Q(16+sh) -> Q16
92
tmpimQ16
[k] = inre2Q9[k] << -sh; // Q(16+sh) -> Q16
101
xiQ16 =
tmpimQ16
[k] -
tmpimQ16
[FRAMESAMPLES/2 - 1 - k];
102
yrQ16 =
tmpimQ16
[k] + tmpimQ16[FRAMESAMPLES/2 - 1 - k]
[
all
...]
transform_mips.c
29
int32_t tmpreQ16[FRAMESAMPLES / 2],
tmpimQ16
[FRAMESAMPLES / 2];
44
"addiu %[tmpim], %[
tmpimQ16
], 0 \n\t"
200
[tmpreQ16] "r" (tmpreQ16), [
tmpimQ16
] "r" (
tmpimQ16
),
214
"addiu %[tmpim], %[
tmpimQ16
], 0 \n\t"
284
: [tmpreQ16] "r" (tmpreQ16), [
tmpimQ16
] "r" (
tmpimQ16
),
[
all
...]
transform_neon.c
221
int32_t tmpreQ16[FRAMESAMPLES/2],
tmpimQ16
[FRAMESAMPLES/2];
227
max = ComplexMulAndFindMaxNeon(inre1Q9, inre2Q9, tmpreQ16,
tmpimQ16
);
236
PreShiftW32toW16Neon(tmpreQ16,
tmpimQ16
, inre1Q9, inre2Q9, sh);
Completed in 45 milliseconds