OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anaLen2
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_core.c
366
// sum of log2(i) from table index to inst->
anaLen2
in Q5
380
// sum of log2(i)^2 from table index to inst->
anaLen2
in Q2
607
for (i = 1, j = 2; i < inst->
anaLen2
; i += 1, j += 2) {
614
freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
615
freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
[
all
...]
nsx_core.h
39
int
anaLen2
;
nsx_core_neon.c
384
// for (i = 1, j = 2; i < inst->
anaLen2
; i += 1, j += 2) {
391
// freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
392
// freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
402
for (; ptr_real < &inst->real[inst->
anaLen2
- 11];) {
445
ptr_real <= &inst->real[inst->
anaLen2
];
453
freq_buf[inst->anaLen] = inst->real[inst->
anaLen2
];
454
freq_buf[inst->anaLen + 1] = -inst->imag[inst->
anaLen2
];
Completed in 120 milliseconds