OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anaLen2
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c
238
// sum of log2(i) from table index to inst->
anaLen2
in Q5
252
// sum of log2(i)^2 from table index to inst->
anaLen2
in Q2
468
for (i = 1, j = 2; i < inst->
anaLen2
; i += 1, j += 2) {
472
freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
473
freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
661
inst->
anaLen2
= inst->anaLen / 2;
662
inst->magnLen = inst->
anaLen2
+ 1;
[
all
...]
nsx_core.h
38
size_t
anaLen2
;
nsx_core_neon.c
358
assert(inst->
anaLen2
% 16 == 0);
408
// for (i = 1, j = 2; i < inst->
anaLen2
; i += 1, j += 2) {
412
// freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
413
// freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
417
pimag_end = pimag + inst->
anaLen2
;
439
freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
440
freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
nsx_core_mips.c
[
all
...]
Completed in 58 milliseconds