HomeSort by relevance Sort by last modified time
    Searched defs:anaLen (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h 56 size_t anaLen;
nsx_core.h 37 size_t anaLen;
nsx_core_mips.c 335 int anaLen = (int)inst->anaLen;
346 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->analysisBuffer));
347 memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms, new_speech,
355 "sra %[iters], %[anaLen], 3 \n\t"
412 "andi %[after], %[anaLen], 7 \n\t"
434 : [anaLen] "r" (anaLen)
441 "sra %[iters], %[anaLen], 2 \n\t"
475 "andi %[after], %[anaLen], 3 \n\t
    [all...]

Completed in 6121 milliseconds