Searched refs:FILL_EL_ESC_COUNT_BITS (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dbitenc.cpp832 #define FILL_EL_ESC_COUNT_BITS ( 8 ) macro
936 payloadBits -= FILL_EL_ESC_COUNT_BITS;
953 FDKwriteBits(hBitStream, esc_count, FILL_EL_ESC_COUNT_BITS);
959 extBitsUsed += EL_ID_BITS + FILL_EL_COUNT_BITS + ((esc_count>=0) ? FILL_EL_ESC_COUNT_BITS : 0);

Completed in 115 milliseconds