OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseEstLogQuantile
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
68
int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->
noiseEstLogQuantile
+ offset,
78
for (ptr_noiseEstLogQuantile = &inst->
noiseEstLogQuantile
[offset],
83
// tmp32no2 = kExp2Const * inst->
noiseEstLogQuantile
[offset + i];
241
// inst->
noiseEstLogQuantile
[offset+i] + tmp16_1;
242
tmp16x8_2 = vld1q_s16(&inst->
noiseEstLogQuantile
[offset + i]); // Keep
258
// inst->
noiseEstLogQuantile
[offset + i] - tmp16_2;
271
vst1q_s16(&inst->
noiseEstLogQuantile
[offset + i], tmp16x8_2);
279
// lmagn[i] - inst->
noiseEstLogQuantile
[offset + i]
303
if (lmagn[i] > inst->
noiseEstLogQuantile
[offset + i]) {
307
inst->
noiseEstLogQuantile
[offset + i] += tmp16 / 4
[
all
...]
nsx_core.h
32
int16_t
noiseEstLogQuantile
[SIMULT* HALF_ANAL_BLOCKL];
nsx_core.c
311
tmp16 = WebRtcSpl_MaxValueW16(inst->
noiseEstLogQuantile
+ offset,
319
tmp32no2 = kExp2Const * inst->
noiseEstLogQuantile
[offset + i];
405
if (lmagn[i] > inst->
noiseEstLogQuantile
[offset + i]) {
409
inst->
noiseEstLogQuantile
[offset + i] += tmp16 / 4;
415
inst->
noiseEstLogQuantile
[offset + i] -= tmp16no2;
416
if (inst->
noiseEstLogQuantile
[offset + i] < logval) {
419
inst->
noiseEstLogQuantile
[offset + i] = logval;
424
if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->
noiseEstLogQuantile
[offset + i])
681
inst->
noiseEstLogQuantile
[i] = 2048; // Q8
[
all
...]
Completed in 394 milliseconds