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

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 102 const int16_t log2_const = 22713; local
132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15);
nsx_core.c 478 const int16_t log2_const = 22713; // Q15 local
506 lmagn[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15);
    [all...]

Completed in 41 milliseconds