HomeSort by relevance Sort by last modified time
    Searched refs:ptr_noiseEstLogQuantile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 61 int16_t* ptr_noiseEstLogQuantile = NULL;
78 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset],
81 ptr_noiseEstQuantile += 4, ptr_noiseEstLogQuantile += 4) {
85 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile);
121 *ptr_noiseEstLogQuantile);
nsx_core_neon.S 418 smulbb r3, r6, r1 @ kExp2Const * ptr_noiseEstLogQuantile[offset + i]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 20 int16_t* ptr_noiseEstLogQuantile = NULL;
37 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset],
40 ptr_noiseEstQuantile += 4, ptr_noiseEstLogQuantile += 4) {
44 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile);
80 *ptr_noiseEstLogQuantile);

Completed in 57 milliseconds