Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c198 int16_t deltaBuff[8]; in WebRtcNsx_NoiseEstimationNeon() local
216 vst1q_s16(deltaBuff, tmp16x8_0); in WebRtcNsx_NoiseEstimationNeon()
223 deltaBuff[j] = (int16_t)(FACTOR_Q16 >> (14 - factor)); in WebRtcNsx_NoiseEstimationNeon()
230 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4); in WebRtcNsx_NoiseEstimationNeon()
232 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4); in WebRtcNsx_NoiseEstimationNeon()