Searched refs:blockLen (Results 1 – 4 of 4) sorted by relevance
89 inst->blockLen = 80; in WebRtcNs_InitCore()96 inst->blockLen = 160; in WebRtcNs_InitCore()103 inst->blockLen = 160; in WebRtcNs_InitCore()819 for (i = inst->windShift; i < inst->blockLen + inst->windShift; i++) { in WebRtcNs_ProcessCore()823 memcpy(inst->syntBuf, inst->syntBuf + inst->blockLen, in WebRtcNs_ProcessCore()824 sizeof(float) * (inst->anaLen - inst->blockLen)); in WebRtcNs_ProcessCore()825 memset(inst->syntBuf + inst->anaLen - inst->blockLen, 0, in WebRtcNs_ProcessCore()826 sizeof(float) * inst->blockLen); in WebRtcNs_ProcessCore()829 inst->outLen = inst->blockLen - inst->blockLen10ms; in WebRtcNs_ProcessCore()830 if (inst->blockLen > inst->blockLen10ms) { in WebRtcNs_ProcessCore()[all …]
54 int blockLen; member
59 int blockLen; /* block length */ member72 int blockLen; /* Sample: Handles non-128 bit block sizes (if available) */ member
3652 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call. in maxMatchLength() local3653 int64_t updatedLen = (int64_t)currentLen + blockLen * maxLoopCount; in maxMatchLength()