Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c61 int16_t* ptr_noiseEstLogQuantile = NULL; in UpdateNoiseEstimateNeon() local
78 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset], in UpdateNoiseEstimateNeon()
81 ptr_noiseEstQuantile += 4, ptr_noiseEstLogQuantile += 4) { in UpdateNoiseEstimateNeon()
84 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); in UpdateNoiseEstimateNeon()
119 int32_t tmp32no2 = kExp2Const * *ptr_noiseEstLogQuantile; in UpdateNoiseEstimateNeon()