HomeSort by relevance Sort by last modified time
    Searched refs:blockLen10ms (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 90 inst->blockLen10ms = 80;
97 inst->blockLen10ms = 160;
104 inst->blockLen10ms = 160;
779 for (i = 0; i < inst->blockLen10ms; i++) {
783 memcpy(inst->dataBuf, inst->dataBuf + inst->blockLen10ms,
784 sizeof(float) * (inst->anaLen - inst->blockLen10ms));
785 memcpy(inst->dataBuf + inst->anaLen - inst->blockLen10ms, fin,
786 sizeof(float) * inst->blockLen10ms);
790 for (i = 0; i < inst->blockLen10ms; i++) {
794 memcpy(inst->dataBufHB, inst->dataBufHB + inst->blockLen10ms,
    [all...]
ns_core.h 55 int blockLen10ms;
nsx_core.c 651 for (i = 0; i < inst->blockLen10ms; i++) {
657 inst->synthesisBuffer + inst->blockLen10ms,
658 inst->anaLen - inst->blockLen10ms);
660 + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms);
671 inst->analysisBuffer + inst->blockLen10ms,
672 inst->anaLen - inst->blockLen10ms);
    [all...]
nsx_core.h 94 int blockLen10ms;
nsx_core_neon.c 555 for (; ptr_syn < &inst->synthesisBuffer[inst->blockLen10ms];) {
573 // inst->synthesisBuffer + inst->blockLen10ms,
574 // inst->anaLen - inst->blockLen10ms);
576 ptr_syn = &inst->synthesisBuffer[inst->blockLen10ms];
593 // + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms);
612 int16_t* ptr_ana = &inst->analysisBuffer[inst->blockLen10ms];
617 // inst->analysisBuffer + inst->blockLen10ms,
618 // inst->anaLen - inst->blockLen10ms);
619 for (; ptr_out < &inst->analysisBuffer[inst->anaLen - inst->blockLen10ms];) {
    [all...]

Completed in 417 milliseconds