Searched refs:bitDemand (Results 1 – 2 of 2) sorted by relevance
143 int bitDemand = 0; in transportEnc_LatmCountFixBitDemandHeader() local152 bitDemand += 11 ; /* syncword */ in transportEnc_LatmCountFixBitDemandHeader()153 bitDemand += 13 ; /* audioMuxLengthBytes */ in transportEnc_LatmCountFixBitDemandHeader()167 bitDemand+=1; in transportEnc_LatmCountFixBitDemandHeader()170 bitDemand += hAss->streamMuxConfigBits; in transportEnc_LatmCountFixBitDemandHeader()175 bitDemand += 8*hAss->otherDataLenBytes; in transportEnc_LatmCountFixBitDemandHeader()178 if ( bitDemand % 8 ) { in transportEnc_LatmCountFixBitDemandHeader()179 hAss->fillBits = 8 - (bitDemand % 8); in transportEnc_LatmCountFixBitDemandHeader()180 bitDemand += hAss->fillBits ; in transportEnc_LatmCountFixBitDemandHeader()186 return bitDemand ; in transportEnc_LatmCountFixBitDemandHeader()[all …]
1003 INT bitDemand = 0; in FDKaacEnc_ChannelElementWrite() local1031 bitDemand += EL_ID_BITS; in FDKaacEnc_ChannelElementWrite()1083 bitDemand += 4; in FDKaacEnc_ChannelElementWrite()1092 bitDemand += 1; in FDKaacEnc_ChannelElementWrite()1097 bitDemand += FDKaacEnc_encodeIcsInfo( chBlockType, in FDKaacEnc_ChannelElementWrite()1110 bitDemand += 1; in FDKaacEnc_ChannelElementWrite()1120 bitDemand += FDKaacEnc_encodeMSInfo( chSfbCnt, in FDKaacEnc_ChannelElementWrite()1129 bitDemand += FDKaacEnc_encodeGlobalGain( chGlobalGain, in FDKaacEnc_ChannelElementWrite()1143 bitDemand += siBits; in FDKaacEnc_ChannelElementWrite()1160 bitDemand += sfDataBits; in FDKaacEnc_ChannelElementWrite()[all …]