Searched refs:FILL_EL_ESC_COUNT_BITS (Results 1 – 1 of 1) sorted by relevance
832 #define FILL_EL_ESC_COUNT_BITS ( 8 ) in FDKaacEnc_writeExtensionData() macro936 payloadBits -= FILL_EL_ESC_COUNT_BITS; in FDKaacEnc_writeExtensionData()953 FDKwriteBits(hBitStream, esc_count, FILL_EL_ESC_COUNT_BITS); in FDKaacEnc_writeExtensionData()959 … extBitsUsed += EL_ID_BITS + FILL_EL_COUNT_BITS + ((esc_count>=0) ? FILL_EL_ESC_COUNT_BITS : 0); in FDKaacEnc_writeExtensionData()