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

/external/aac/libAACenc/src/
H A Dqc_main.cpp520 INT totalBits = 0; local
527 totalBits += qcElement[i]->grantedDynBits;
531 qcElement[firstEl]->grantedDynBits += codeBits - totalBits;
707 INT c, totalBits=0; local
715 totalBits += qcOut[c]->usedDynBits;
718 return totalBits;
765 INT totalBits = 0, totalBits_max = 0; local
778 totalBits += hQC->elementBits[i]->bitResLevelEl;
786 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits;
1375 qcOut->totalBits
[all...]
H A Dqc_data.h236 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */ member in struct:__anon136
H A Daacenc.cpp857 INT totalBits = 0; /* Total AU bits */; local
918 totalBits += qcOut->totalBits;
932 totalBits,
H A Dbitenc.cpp1468 if (frameBits != qcOut->totalBits + qcKernel->globHdrBits){
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsha256.js157 var totalBits = this._total * 8;
167 this._buf[i] = totalBits & 255;
168 totalBits >>>= 8;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc413 int totalBits = 0; local
415 totalBits += field_generators_.get(descriptor_->field(i))
418 int totalInts = (totalBits + 31) / 32;
745 int totalBits = 0; local
747 totalBits += field_generators_.get(descriptor_->field(i))
750 int totalInts = (totalBits + 31) / 32;
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp670 INT totalBits; local
682 totalBits = (INT)FDKgetValidBits(hBs);
684 if (totalBits <= 0) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 367 milliseconds