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

  /external/aac/libAACenc/src/
bitenc.cpp 647 INT extBitsUsed = 0;
656 extBitsUsed += EXT_TYPE_BITS;
673 extBitsUsed += extPayloadBits;
700 extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter*8) + (cnt*8);
717 extBitsUsed += FILL_NIBBLE_BITS + (extPayloadBits & ~0x7) - 8;
722 return (extBitsUsed);
837 INT extBitsUsed = 0;
871 extBitsUsed += payloadBits;
885 extBitsUsed += payloadBits;
904 extBitsUsed += payloadBits
    [all...]
qc_data.h 202 INT extBitsUsed; /* bit consumption of extended fill elements */

Completed in 67 milliseconds