HomeSort by relevance Sort by last modified time
    Searched full:float_exponent_shift (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_sse2.c 344 static const int float_exponent_shift = 23; local
348 _mm_castsi128_ps(_mm_slli_epi32(two_n_exponent, float_exponent_shift));

Completed in 1133 milliseconds