Lines Matching refs:bandCount
554 int bandCount, GAIN_MODIFICATION* pGMod, in _decodeGainModification() argument
563 bandCount = FDKreadBits(hBs, 4); in _decodeGainModification()
566 for (b = 0; b < bandCount; b++) { in _decodeGainModification()
611 if (bandCount == 1) { in _decodeGainModification()
720 pGSet->bandCount = FDKreadBits(hBs, 4); in _readGainSet()
721 if (pGSet->bandCount > 4) return DE_MEMORY_ERROR; in _readGainSet()
723 if ((pGSet->bandCount > 1) || isBox) { in _readGainSet()
727 for (i = 0; i < pGSet->bandCount; i++) { in _readGainSet()
745 for (i = 1; i < pGSet->bandCount; i++) { in _readGainSet()
749 pGSet->bandCount = 1; in _readGainSet()
1128 gainSequenceCount += tmpGset.bandCount; in _readDrcCoefficientsUniDrc()
1199 for (b = 0; b < pCoef->gainSet[i].bandCount; b++) { in _readDrcCoefficientsUniDrc()
1453 int set, bandCount; in _readDrcInstructionsUniDrc() local
1458 bandCount = pCoef->gainSet[set].bandCount; in _readDrcInstructionsUniDrc()
1460 bandCount = 1; in _readDrcInstructionsUniDrc()
1463 _decodeGainModification(hBs, version, bandCount, in _readDrcInstructionsUniDrc()