OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inre_0
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.c
166
int16x4_t
inre_0
= vld1_s16(inre1);
local
179
int16x4_t xr = vqadd_s16(
inre_0
, inre_1);
182
int16x4_t yi = vqsub_s16(inre_1,
inre_0
);
272
int16x4_t
inre_0
= vld1_s16(inre1);
local
285
int32x4_t xr = vmull_s16(tmpr,
inre_0
);
290
xi = vmlsl_s16(xi, tmpi,
inre_0
);
Completed in 70 milliseconds