OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logval
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c
101
int16_t log2, tabind,
logval
, tmp16, tmp16no1, tmp16no2;
local
111
logval
= -WebRtcNsx_kLogTable[-tabind];
113
logval
= WebRtcNsx_kLogTable[tabind];
116
int16x8_t logval_16x8 = vdupq_n_s16(
logval
);
134
lmagn[i] +=
logval
;
136
lmagn[i] =
logval
;
224
//
logval
is the smallest fixed point representation we can have. Values
282
if (inst->noiseEstLogQuantile[offset + i] <
logval
) {
283
//
logval
is the smallest fixed point representation we can have.
286
inst->noiseEstLogQuantile[offset + i] =
logval
;
[
all
...]
nsx_core.c
477
WebRtc_Word16 log2, tabind,
logval
, tmp16, tmp16no1, tmp16no2;
local
487
logval
= -WebRtcNsx_kLogTable[-tabind];
489
logval
= WebRtcNsx_kLogTable[tabind];
508
lmagn[i] +=
logval
;
510
lmagn[i] =
logval
;//0;
554
if (inst->noiseEstLogQuantile[offset + i] <
logval
) {
557
inst->noiseEstLogQuantile[offset + i] =
logval
;
[
all
...]
/external/icu4c/test/intltest/
transrt.cpp
464
IntlTest*
logVal
, UBool quickRt,
471
this->parent =
logVal
;
[
all
...]
Completed in 271 milliseconds