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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 345 memcpy(inst->analysisBuffer, inst->analysisBuffer + inst->blockLen10ms,
346 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->analysisBuffer));
347 memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms, new_speech,
348 inst->blockLen10ms * sizeof(*inst->analysisBuffer));
508 int iters = (int)inst->blockLen10ms >> 2;
509 int after = inst->blockLen10ms & 3;
517 int block10 = (int)inst->blockLen10ms;
    [all...]
nsx_core.c 511 for (i = 0; i < inst->blockLen10ms; i++) {
516 memcpy(inst->synthesisBuffer, inst->synthesisBuffer + inst->blockLen10ms,
517 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->synthesisBuffer));
519 + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms);
529 memcpy(inst->analysisBuffer, inst->analysisBuffer + inst->blockLen10ms,
530 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->analysisBuffer));
531 memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms, new_speech,
532 inst->blockLen10ms * sizeof(*inst->analysisBuffer));
645 inst->blockLen10ms = 80
    [all...]
nsx_core_neon.c 449 assert(inst->blockLen10ms % 16 == 0);
508 int16_t * p_end = inst->synthesisBuffer + inst->blockLen10ms;
518 int16_t* p_start_src = inst->synthesisBuffer + inst->blockLen10ms;
528 p_start = inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms;
529 p_end = p_start + inst->blockLen10ms;
540 assert(inst->blockLen10ms % 16 == 0);
544 // memcpy(inst->analysisBuffer, inst->analysisBuffer + inst->blockLen10ms,
545 // (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->analysisBuffer));
546 int16_t* p_start_src = inst->analysisBuffer + inst->blockLen10ms;
557 // memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms,
    [all...]
nsx_core.h 101 size_t blockLen10ms;

Completed in 144 milliseconds