Searched refs:float_exponent_shift (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c344 static const int float_exponent_shift = 23; local
348 _mm_castsi128_ps(_mm_slli_epi32(two_n_exponent, float_exponent_shift));

Completed in 161 milliseconds