HomeSort by relevance Sort by last modified time
    Searched refs:esc_count (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
bitenc.cpp 755 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_BITS)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitenc.c 534 Word16 cnt,esc_count; local
552 esc_count = min( ((totFillBits >> 3) - ((1<<4)-1)), (1<<8)-1);
553 WriteBits(hBitStream,esc_count,8);
555 cnt = cnt + (esc_count - 1);
  /external/aac/libAACdec/src/
aacdecoder.cpp 1474 int esc_count = FDKreadBits(bs,8); \/* bs_esc_count *\/ local
    [all...]

Completed in 74 milliseconds