HomeSort by relevance Sort by last modified time
    Searched defs:totalBits (Results 1 - 8 of 8) sorted by null

  /external/aac/libAACenc/src/
aacenc.cpp     [all...]
qc_data.h 236 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */
qc_main.cpp 520 INT totalBits = 0;
527 totalBits += qcElement[i]->grantedDynBits;
531 qcElement[firstEl]->grantedDynBits += codeBits - totalBits;
707 INT c, totalBits=0;
715 totalBits += qcOut[c]->usedDynBits;
718 return totalBits;
765 INT totalBits = 0, totalBits_max = 0;
778 totalBits += hQC->elementBits[i]->bitResLevelEl;
786 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc 413 int totalBits = 0;
415 totalBits += field_generators_.get(descriptor_->field(i))
418 int totalInts = (totalBits + 31) / 32;
745 int totalBits = 0;
747 totalBits += field_generators_.get(descriptor_->field(i))
750 int totalInts = (totalBits + 31) / 32;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 569 Word16 totalBits = 0;
572 totalBits += hQC->elementBits.averageBits;
574 hQC->elementBits.averageBits = hQC->elementBits.averageBits + (codeBits - totalBits);
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 670 INT totalBits;
682 totalBits = (INT)FDKgetValidBits(hBs);
684 if (totalBits <= 0) {
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 285 M4OSA_UInt32 totalBits; /*!< bit position in file (total bits read so far) */
  /external/zxing/core/
core.jar 

Completed in 292 milliseconds