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

/external/aac/libAACenc/src/
H A Dbitenc.cpp755 int esc_count = -1; local
768 esc_count = cnt - 255;
787 if ( esc_count >= 0 ) {
789 FDKwriteBits(hBitStream, esc_count, DATA_LEN_ESC_COUNT_BITS);
930 INT cnt, esc_count=-1, alignBits=7; local
937 esc_count = 0; /* write esc_count even if cnt becomes smaller 15 */
945 esc_count = cnt - 15 + 1;
951 if (esc_count >= 0) {
953 FDKwriteBits(hBitStream, esc_count, FILL_EL_ESC_COUNT_BIT
[all...]
/external/aac/libAACdec/src/
H A Daacdecoder.cpp1469 int esc_count = FDKreadBits(bs,8); /* bs_esc_count */ local
1470 bitCnt = esc_count + 14;

Completed in 45 milliseconds