OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v32x4b
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
85
int32x4_t
v32x4B
= vmull_s16(v16x4, kExp2Const16x4);
88
int32x4_t v32x4A = vandq_s32(
v32x4B
, constA32x4);
92
v32x4B
= vshrq_n_s32(
v32x4B
, 21);
95
v32x4B
= vsubq_s32(
v32x4B
, twentyOne32x4);
99
v32x4B
= vaddq_s32(
v32x4B
, qNoise32x4);
106
v32x4B
= vshlq_s32(v32x4A,
v32x4B
);
[
all
...]
Completed in 270 milliseconds