OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logval
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
140
int16_t log2, tabind,
logval
, tmp16, tmp16no1, tmp16no2;
local
150
logval
= -WebRtcNsx_kLogTable[-tabind];
152
logval
= WebRtcNsx_kLogTable[tabind];
155
int16x8_t logval_16x8 = vdupq_n_s16(
logval
);
173
lmagn[i] +=
logval
;
175
lmagn[i] =
logval
;
262
//
logval
is the smallest fixed point representation we can have. Values
314
if (inst->noiseEstLogQuantile[offset + i] <
logval
) {
315
//
logval
is the smallest fixed point representation we can have.
318
inst->noiseEstLogQuantile[offset + i] =
logval
;
[
all
...]
nsx_core.c
340
int16_t log2, tabind,
logval
, tmp16, tmp16no1, tmp16no2;
local
350
logval
= -WebRtcNsx_kLogTable[-tabind];
352
logval
= WebRtcNsx_kLogTable[tabind];
371
lmagn[i] +=
logval
;
373
lmagn[i] =
logval
;//0;
416
if (inst->noiseEstLogQuantile[offset + i] <
logval
) {
419
inst->noiseEstLogQuantile[offset + i] =
logval
;
[
all
...]
Completed in 2696 milliseconds