OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_exponent_bias
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
359
const int32x4_t
float_exponent_bias
= vdupq_n_s32(127);
local
361
vaddq_s32(x_minus_half_floor,
float_exponent_bias
);
aec_core_sse2.c
342
static const ALIGN16_BEG int
float_exponent_bias
[4] ALIGN16_END = {
346
_mm_add_epi32(x_minus_half_floor, *((__m128i*)
float_exponent_bias
));
Completed in 62 milliseconds