Lines Matching refs:isBox
529 DUCKING_MODIFICATION* pDMod, int isBox) { in _decodeDuckingModification() argument
532 if (isBox) FDKpushFor(hBs, 7); /* reserved */ in _decodeDuckingModification()
536 if (isBox) FDKpushFor(hBs, 4); /* reserved */ in _decodeDuckingModification()
555 int isBox) { in _decodeGainModification() argument
561 if (isBox) { in _decodeGainModification()
567 if (isBox) { in _decodeGainModification()
575 if (!isBox) in _decodeGainModification()
578 if (isBox) FDKpushFor(hBs, 4); /* reserved */ in _decodeGainModification()
581 if (!isBox) in _decodeGainModification()
584 if (isBox) FDKpushFor(hBs, 4); /* reserved */ in _decodeGainModification()
587 if (!isBox) pGMod[b].gainScalingPresent = FDKreadBits(hBs, 1); in _decodeGainModification()
598 if (!isBox) pGMod[b].gainOffsetPresent = FDKreadBits(hBs, 1); in _decodeGainModification()
600 if (isBox) FDKpushFor(hBs, 2); /* reserved */ in _decodeGainModification()
614 if (isBox) FDKpushFor(hBs, 3); /* reserved */ in _decodeGainModification()
617 if (isBox) FDKpushFor(hBs, 7); /* reserved */ in _decodeGainModification()
625 if (isBox) FDKpushFor(hBs, 7); /* reserved */ in _decodeGainModification()
637 if (isBox) FDKpushFor(hBs, 7); /* reserved */ in _decodeGainModification()
640 if (isBox) FDKpushFor(hBs, 2); /* reserved */ in _decodeGainModification()
663 DRC_CHARACTERISTIC* pDChar, int isBox) { in _readDrcCharacteristic() argument
665 if (isBox) FDKpushFor(hBs, 1); /* reserved */ in _readDrcCharacteristic()
675 if (isBox) pDChar->isCICP = FDKreadBits(hBs, 1); in _readDrcCharacteristic()
677 if (!isBox) pDChar->isCICP = FDKreadBits(hBs, 1); in _readDrcCharacteristic()
679 if (isBox) FDKpushFor(hBs, 1); /* reserved */ in _readDrcCharacteristic()
690 int drcBandType, int isBox) { in _readBandBorder() argument
692 if (isBox) FDKpushFor(hBs, 4); /* reserved */ in _readBandBorder()
695 if (isBox) FDKpushFor(hBs, 6); /* reserved */ in _readBandBorder()
702 int isBox) { in _readGainSet() argument
703 if (isBox) FDKpushFor(hBs, 2); /* reserved */ in _readGainSet()
712 if (isBox) FDKpushFor(hBs, 5); /* reserved */ in _readGainSet()
719 if (isBox) FDKpushFor(hBs, 3); /* reserved */ in _readGainSet()
723 if ((pGSet->bandCount > 1) || isBox) { in _readGainSet()
732 indexPresent = (isBox) ? 1 : FDKreadBits(hBs, 1); in _readGainSet()
743 isBox); in _readGainSet()
746 _readBandBorder(hBs, &(pGSet->bandBorder[i]), pGSet->drcBandType, isBox); in _readGainSet()
761 int isBox) { in _readCustomDrcCharacteristic() argument
762 if (isBox) FDKpushFor(hBs, 7); /* reserved */ in _readCustomDrcCharacteristic()
766 if (isBox) FDKpushFor(hBs, 1); /* reserved */ in _readCustomDrcCharacteristic()
787 if (isBox) FDKpushFor(hBs, 6); /* reserved */ in _readCustomDrcCharacteristic()
794 if (isBox) FDKpushFor(hBs, 3); /* reserved */ in _readCustomDrcCharacteristic()
1779 FIXP_DBL* methodValue, INT isBox) { in _decodeMethodValue() argument
1811 tmp = FDKreadBits(hBs, isBox ? 8 : 5); in _decodeMethodValue()
1816 tmp = FDKreadBits(hBs, isBox ? 8 : 2); in _decodeMethodValue()