Searched refs:totalBits (Results 1 - 8 of 8) sorted by relevance

/external/aac/libAACenc/src/
H A Dqc_main.cpp516 INT totalBits = 0; local
523 totalBits += qcElement[i]->grantedDynBits;
527 qcElement[firstEl]->grantedDynBits += codeBits - totalBits;
703 INT c, totalBits=0; local
711 totalBits += qcOut[c]->usedDynBits;
714 return totalBits;
761 INT totalBits = 0, totalBits_max = 0; local
774 totalBits += hQC->elementBits[i]->bitResLevelEl;
782 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits;
1265 qcOut[0]->totalBits
[all...]
H A Dqc_data.h236 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */ member in struct:__anon134
H A Daacenc.cpp882 INT totalBits = 0; /* Total AU bits */; local
943 totalBits += qcOut->totalBits;
957 totalBits,
H A Dbitenc.cpp1468 if (frameBits != qcOut->totalBits + qcKernel->globHdrBits){
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc393 int totalBits = 0; local
395 totalBits += field_generators_.get(descriptor_->field(i))
398 int totalInts = (totalBits + 31) / 32;
849 int totalBits = 0; local
851 totalBits += field_generators_.get(descriptor_->field(i))
854 int totalInts = (totalBits + 31) / 32;
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp687 INT totalBits; local
699 totalBits = (INT)FDKgetValidBits(hBs);
701 if (totalBits <= 0) {
/external/tpm2/
H A DCpriECC.c687 UINT32 totalBits; local
708 totalBits = BN_num_bits(bnNm1) + 64;
721 totalBits, withExtra, NULL, FALSE);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 206 milliseconds