HomeSort by relevance Sort by last modified time
    Searched refs:kExp2Const (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 19 const int16_t kExp2Const = 11819; // Q13
22 int16x4_t kExp2Const16x4 = vdup_n_s16(kExp2Const);
31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
42 // tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
79 int32_t tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
nsx_core.c 443 const WebRtc_Word16 kExp2Const = 11819; // Q13
451 kExp2Const, tmp16, 21);
455 tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
    [all...]

Completed in 30 milliseconds