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

  /external/aac/libAACenc/src/
qc_main.cpp 514 INT totalBits = 0;
521 totalBits += qcElement[i]->grantedDynBits;
525 qcElement[firstEl]->grantedDynBits += codeBits - totalBits;
701 INT c, totalBits=0;
709 totalBits += qcOut[c]->usedDynBits;
712 return totalBits;
759 INT totalBits = 0, totalBits_max = 0;
772 totalBits += hQC->elementBits[i]->bitResLevelEl;
780 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits;
    [all...]
qc_data.h 234 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */
aacenc.cpp 848 INT totalBits = 0; /* Total AU bits */;
    [all...]
bitenc.cpp     [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);
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 285 M4OSA_UInt32 totalBits; /*!< bit position in file (total bits read so far) */
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 494 INT totalBits;
506 totalBits = (INT)FDKgetValidBits(hBs);
508 if (totalBits <= 0) {
    [all...]
  /external/zxing/core/
core.jar 

Completed in 211 milliseconds