OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inre2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c
31
int32_t inre1,
inre2
, tmpre, tmpim, factor, max, max1;
local
42
"addiu %[
inre2
], %[inre2Q9], 0 \n\t"
54
"lwl %[r1], 0(%[
inre2
]) \n\t"
58
"lwr %[r1], 0(%[
inre2
]) \n\t"
83
"addiu %[
inre2
], %[
inre2
], 4 \n\t"
113
"lh %[r1], 0(%[
inre2
]) \n\t"
122
"addiu %[
inre2
], %[
inre2
], 2 \n\t"
191
: [k] "+r" (k), [inre1] "=&r" (inre1), [
inre2
] "=&r" (inre2)
[
all
...]
transform_neon.c
43
int16x8_t
inre2
= vld1q_s16(inre2Q9);
local
51
int32x4_t tmp1 = vmull_s16(vget_low_s16(tmpr), vget_low_s16(
inre2
));
52
tmp0 = vmlal_s16(tmp0, vget_low_s16(tmpi), vget_low_s16(
inre2
));
56
int32x4_t tmp3 = vmull_high_s16(tmpr,
inre2
);
57
tmp2 = vmlal_high_s16(tmp2, tmpi,
inre2
);
61
int32x4_t tmp3 = vmull_s16(vget_high_s16(tmpr), vget_high_s16(
inre2
));
62
tmp2 = vmlal_s16(tmp2, vget_high_s16(tmpi), vget_high_s16(
inre2
));
148
int16_t*
inre2
= &inre[FRAMESAMPLES/2 - 4];
local
168
int16x4_t inre_1 = vld1_s16(
inre2
);
169
inre2
-= 4
254
int16_t*
inre2
= &inre[FRAMESAMPLES\/2 - 4];
local
[
all
...]
Completed in 461 milliseconds