Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c159 int16_t deltaBuff[8]; in NoiseEstimationNeon() local
178 vst1q_s16(deltaBuff, tmp16x8_0); in NoiseEstimationNeon()
185 deltaBuff[j] = (int16_t)(FACTOR_Q16 >> (14 - factor)); in NoiseEstimationNeon()
192 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4); in NoiseEstimationNeon()
194 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4); in NoiseEstimationNeon()