Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c166 int16x8_t tmp16x8_1; in NoiseEstimationNeon() local
201 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2); in NoiseEstimationNeon()
205 tmp16x8_1 = vaddq_s16(tmp16x8_2, tmp16x8_1); // Keep for several lines in NoiseEstimationNeon()
234 "w"(tmp16x8_2), "w"(tmp16x8_1), "w"(tmp16x8_4)); in NoiseEstimationNeon()
241 tmp16x8_1 = vld1q_s16(&inst->noiseEstDensity[offset + i]); in NoiseEstimationNeon()
242 tmp16x8_0 = vqrdmulhq_s16(tmp16x8_1, countProd_16x8); in NoiseEstimationNeon()
250 "w"(tmp16x8_1), "w"(tmp16x8_0), "w"(tmp16x8_4)); in NoiseEstimationNeon()
251 vst1q_s16(&inst->noiseEstDensity[offset + i], tmp16x8_1); in NoiseEstimationNeon()