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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 60 const int16_t kExp2Const = 11819; // Q13
63 int16x4_t kExp2Const16x4 = vdup_n_s16(kExp2Const);
72 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
83 // tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
120 int32_t tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
nsx_core_neon.S 382 movw r6, #11819 @ kExp2Const in Q13
389 rsb r0, r0, #14 @ 14 - (round(kExp2Const * tmp16) >> 21)
418 smulbb r3, r6, r1 @ kExp2Const * ptr_noiseEstLogQuantile[offset + i]
nsx_core.c 307 const int16_t kExp2Const = 11819; // Q13
315 kExp2Const, tmp16, 21);
319 tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const,
    [all...]
  /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 85 milliseconds