OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countProd
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
139
int16_t
countProd
, delta, zeros, frac;
195
countProd
= (int16_t)(counter * countDiv);
202
int16x8_t countProd_16x8 = vdupq_n_s16(
countProd
);
326
inst->noiseEstDensity[offset + i],
countProd
, 15);
nsx_core.c
339
int16_t
countProd
, delta, zeros, frac;
385
countProd
= (int16_t)(counter * countDiv);
427
inst->noiseEstDensity[offset + i],
countProd
, 15);
[
all
...]
Completed in 125 milliseconds