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 629 INT extBitsUsed = 0;
637 extBitsUsed += EXT_TYPE_BITS;
645 extBitsUsed += 4;
660 extBitsUsed += extPayloadBits;
688 extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter * 8) + (cnt * 8);
705 extBitsUsed += FILL_NIBBLE_BITS + (extPayloadBits & ~0x7) - 8;
710 return (extBitsUsed);
819 INT extBitsUsed = 0;
842 extBitsUsed += payloadBits;
845 extBitsUsed += FDKaacEnc_writeExtensionPayload
    [all...]
qc_data.h 212 INT extBitsUsed; /* bit consumption of extended fill elements */

Completed in 106 milliseconds