Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c20 int16_t* ptr_noiseEstLogQuantile = NULL; in UpdateNoiseEstimateNeon() local
37 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset], in UpdateNoiseEstimateNeon()
40 ptr_noiseEstQuantile += 4, ptr_noiseEstLogQuantile += 4) { in UpdateNoiseEstimateNeon()
44 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); in UpdateNoiseEstimateNeon()
80 *ptr_noiseEstLogQuantile); in UpdateNoiseEstimateNeon()