Home
last modified time | relevance | path

Searched refs:kShiftExponentIntoTopMantissa (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c26 enum { kShiftExponentIntoTopMantissa = 8 }; enumerator
297 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa); in vpowq_f32()