Searched defs:cntBits (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitbuffer.h43 The element cntBits contains the currently available bits in the bit buffer. It will be incremented when
56 Word16 cntBits; /*!< number of available bits in the bitstream buffer member in struct:BIT_BUF
57 write bits to bitstream buffer => increment cntBits
58 read bits from bitstream buffer => decrement cntBits */
86 #define GetNrBitsAvailable(hBitBuf) ( (hBitBuf)->cntBits)
87 #define GetNrBitsRead(hBitBuf) ((hBitBuf)->size-(hBitBuf)->cntBits)

Completed in 393 milliseconds