Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1209 int16_t realImag_buff[ANAL_BLOCKL_MAX * 2 + 16]; in WebRtcNsx_DataAnalysis() local
1213 int16_t* realImag = (int16_t*) (((uintptr_t) realImag_buff + 31) & ~31); in WebRtcNsx_DataAnalysis()
1423 int16_t realImag_buff[ANAL_BLOCKL_MAX * 2 + 16]; in WebRtcNsx_DataSynthesis() local
1427 int16_t* realImag = (int16_t*) (((uintptr_t)realImag_buff + 31) & ~31); in WebRtcNsx_DataSynthesis()