Searched refs:startSlot (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 1037 int l, startBand, stopBand, startSlot, size; in resetSbrDec() local 1088 startSlot = fMax(0, hHeaderData->timeStep * (hPrevFrameData->stopPos - in resetSbrDec() 1098 for (l = startSlot; l < hSbrDec->LppTrans.pSettings->overlap; l++) { in resetSbrDec() 1103 for (l = startSlot; l < hSbrDec->LppTrans.pSettings->overlap; l++) { in resetSbrDec() 1127 if (startSlot != 0) { in resetSbrDec() 1187 startBand, stopBand, 0, startSlot); in resetSbrDec() 1202 stopBand, 0, startSlot, reserve); in resetSbrDec() 1225 for (l = 0; l < startSlot; l++) { in resetSbrDec() 1232 for (l = 0; l < startSlot; l++) { in resetSbrDec() 1364 for (i = startSlot; i < hSbrDec->LppTrans.pSettings->overlap; i++) { in resetSbrDec() [all …]
|
/external/aac/libPCMutils/src/ |
D | pcmdmx_lib.cpp | 532 unsigned startSlot; in getChannelMode() local 609 startSlot = in getChannelMode() 618 for (mapCh = startSlot; mapCh <= stopSlot; mapCh += 1) { in getChannelMode() 642 for (ch = startSlot; (ch < (8)) && (numMappedInChs < numChannels); ch += 1) { in getChannelMode()
|