Searched refs:totalBits (Results 1 – 9 of 9) sorted by relevance
513 INT totalBits = 0; /* sum of bits over all elements */ in FDKaacEnc_distributeElementDynBits() local519 totalBits += qcElement[i]->grantedDynBits; in FDKaacEnc_distributeElementDynBits()529 if (codeBits != totalBits) { in FDKaacEnc_distributeElementDynBits()547 if (codeBits - totalBits > 0) { in FDKaacEnc_distributeElementDynBits()548 qcElement[elMinBits]->grantedDynBits += codeBits - totalBits; in FDKaacEnc_distributeElementDynBits()550 qcElement[elMaxBits]->grantedDynBits += codeBits - totalBits; in FDKaacEnc_distributeElementDynBits()704 INT c, totalBits = 0; in FDKaacEnc_getTotalConsumedDynBits() local711 totalBits += qcOut[c]->usedDynBits; in FDKaacEnc_getTotalConsumedDynBits()714 return totalBits; in FDKaacEnc_getTotalConsumedDynBits()753 INT totalBits = 0, totalBits_max = 0; in FDKaacEnc_BitResRedistribution() local[all …]
882 INT totalBits = 0; /* Total AU bits */ in FDKaacEnc_EncodeFrame() local927 totalBits += qcOut->totalBits; in FDKaacEnc_EncodeFrame()937 transportEnc_WriteAccessUnit(hTpEnc, totalBits, in FDKaacEnc_EncodeFrame()
256 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */ member
1317 if (frameBits != qcOut->totalBits + qcKernel->globHdrBits) { in FDKaacEnc_WriteBitstream()
150 int totalBits = 0; in Generate() local152 totalBits += in Generate()155 int totalInts = (totalBits + 31) / 32; in Generate()
216 int totalBits = 0; in Generate() local218 totalBits += in Generate()221 int totalInts = (totalBits + 31) / 32; in Generate()
395 int totalBits = 0; in Generate() local397 totalBits += in Generate()400 int totalInts = (totalBits + 31) / 32; in Generate()
1066 INT totalBits; in synchronization() local1084 totalBits = (INT)FDKgetValidBits(hBs); in synchronization()1086 if (totalBits <= 0) { in synchronization()1318 if ((totalBits > 0) && (TRANSPORTDEC_NOT_ENOUGH_BITS == err) && in synchronization()
932 U32 const totalBits = llBits + mlBits + ofBits; in ZSTD_decodeSequence() local981 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequence()1164 U32 const totalBits = llBits + mlBits + ofBits; in ZSTD_decodeSequenceLong_generic() local1222 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequenceLong_generic()