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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon_offsets.c 22 int offset_nsx_blockLen10ms = offsetof(NsxInst_t, blockLen10ms);
nsx_core_mips.c 348 inst->analysisBuffer + inst->blockLen10ms,
349 inst->anaLen - inst->blockLen10ms);
351 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
512 int iters = inst->blockLen10ms >> 2;
513 int after = inst->blockLen10ms & 3;
521 int block10 = (int)inst->blockLen10ms;
    [all...]
ns_core.c 93 inst->blockLen10ms = 80;
100 inst->blockLen10ms = 160;
107 inst->blockLen10ms = 160;
792 inst->analyzeBuf + inst->blockLen10ms,
793 sizeof(float) * (inst->anaLen - inst->blockLen10ms));
794 memcpy(inst->analyzeBuf + inst->anaLen - inst->blockLen10ms,
796 sizeof(float) * inst->blockLen10ms);
    [all...]
nsx_core.c 511 for (i = 0; i < inst->blockLen10ms; i++) {
517 inst->synthesisBuffer + inst->blockLen10ms,
518 inst->anaLen - inst->blockLen10ms);
520 + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms);
531 inst->analysisBuffer + inst->blockLen10ms,
532 inst->anaLen - inst->blockLen10ms);
534 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms);
647 inst->blockLen10ms = 80
    [all...]
ns_core.h 55 int blockLen10ms;
nsx_core.h 101 int blockLen10ms;
nsx_core_neon.c 550 for (; ptr_syn < &inst->synthesisBuffer[inst->blockLen10ms];) {
568 // inst->synthesisBuffer + inst->blockLen10ms,
569 // inst->anaLen - inst->blockLen10ms);
571 ptr_syn = &inst->synthesisBuffer[inst->blockLen10ms];
588 // + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms);
607 int16_t* ptr_ana = &inst->analysisBuffer[inst->blockLen10ms];
612 // inst->analysisBuffer + inst->blockLen10ms,
613 // inst->anaLen - inst->blockLen10ms);
614 for (; ptr_out < &inst->analysisBuffer[inst->anaLen - inst->blockLen10ms];) {
    [all...]
nsx_core_neon.S 562 add r0, r12, r2, lsl #1 @ &inst->synthesisBuffer[inst->blockLen10ms]
574 vld1.16 {q0, q1}, [r0]! @ inst->synthesisBuffer[i + inst->blockLen10ms]
604 ldr r12, [r0, r12] @ inst->blockLen10ms
607 @ - inst->blockLen10ms]
612 add r12, r3, r12, lsl #1 @ &inst->analysisBuffer[inst->blockLen10ms]
615 vld1.16 {q10, q11}, [r12]! @ inst->analysisBuffer[i + inst->blockLen10ms]
628 @ i + inst->anaLen - inst->blockLen10ms]
  /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 612 milliseconds