OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabind
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c
101
int16_t log2,
tabind
, logval, tmp16, tmp16no1, tmp16no2;
local
107
tabind
= inst->stages - inst->normData;
108
assert(
tabind
< 9);
109
assert(
tabind
> -9);
110
if (
tabind
< 0) {
111
logval = -WebRtcNsx_kLogTable[-
tabind
];
113
logval = WebRtcNsx_kLogTable[
tabind
];
nsx_core.c
477
WebRtc_Word16 log2,
tabind
, logval, tmp16, tmp16no1, tmp16no2;
local
483
tabind
= inst->stages - inst->normData;
484
assert(
tabind
< 9);
485
assert(
tabind
> -9);
486
if (
tabind
< 0) {
487
logval = -WebRtcNsx_kLogTable[-
tabind
];
489
logval = WebRtcNsx_kLogTable[
tabind
];
[
all
...]
Completed in 38 milliseconds