OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseEstDensity
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
220
if (inst->
noiseEstDensity
[offset + i + j] > 512) {
222
int factor = WebRtcSpl_NormW16(inst->
noiseEstDensity
[offset + i + j]);
275
tmp16x8_1 = vld1q_s16(&inst->
noiseEstDensity
[offset + i]);
284
vst1q_s16(&inst->
noiseEstDensity
[offset + i], tmp16x8_1);
289
if (inst->
noiseEstDensity
[offset + i] > 512) {
291
int factor = WebRtcSpl_NormW16(inst->
noiseEstDensity
[offset + i]);
326
inst->
noiseEstDensity
[offset + i], countProd, 15);
329
inst->
noiseEstDensity
[offset + i] = tmp16no1 + tmp16no2;
nsx_core.h
33
int16_t
noiseEstDensity
[SIMULT* HALF_ANAL_BLOCKL];
nsx_core.c
390
if (inst->
noiseEstDensity
[offset + i] > 512) {
392
int factor = WebRtcSpl_NormW16(inst->
noiseEstDensity
[offset + i]);
427
inst->
noiseEstDensity
[offset + i], countProd, 15);
430
inst->
noiseEstDensity
[offset + i] = tmp16no1 + tmp16no2;
682
inst->
noiseEstDensity
[i] = 153; // Q9
[
all
...]
Completed in 141 milliseconds