Searched refs:targetStopBand (Results 1 – 2 of 2) sorted by relevance
322 int targetStopBand = in lppTransposer() local326 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); in lppTransposer()330 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposer()331 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize); in lppTransposer()335 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposer()926 int targetStopBand = in lppTransposerHBE() local930 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); in lppTransposerHBE()933 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposerHBE()934 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize); in lppTransposerHBE()1326 int targetStopBand; in resetLppTransposer() local[all …]
512 INT targetStopBand; in resetPatch() local546 targetStopBand = lsb + xoverOffset; in resetPatch()551 while (targetStopBand < usb) { in resetPatch()555 patchParam[patch].guardStartBand = targetStopBand; in resetPatch()556 targetStopBand += sbGuard; in resetPatch()557 patchParam[patch].targetStartBand = targetStopBand; in resetPatch()560 goalSb - targetStopBand; /* get the desired range of the patch */ in resetPatch()565 targetStopBand - sourceStartBand; /* get the targetOffset */ in resetPatch()568 numBandsInPatch = lsb - (targetStopBand - patchDistance); in resetPatch()569 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, in resetPatch()[all …]