Searched defs:totalBits (Results 1 - 6 of 6) sorted by relevance

/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/libAACenc/src/
H A Daacenc.cpp857 INT totalBits = 0; /* Total AU bits */; local
918 totalBits += qcOut->totalBits;
932 totalBits,
H A Dqc_data.h236 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */ member in struct:__anon136
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...]
/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 186 milliseconds