Searched refs:nBits1 (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/include/ |
D | FDK_bitstream.h | 305 FDK_INLINE UINT escapedValue(HANDLE_FDK_BITSTREAM hBitStream, int nBits1, in escapedValue() argument 307 UINT value = FDKreadBits(hBitStream, nBits1); in escapedValue() 309 if (value == (UINT)(1 << nBits1) - 1) { in escapedValue() 421 UINT value, UINT nBits1, UINT nBits2, in FDKwriteEscapedValue() argument 424 UINT tmp = (1 << nBits1) - 1; in FDKwriteEscapedValue() 427 nbits += FDKwriteBits(hBitStream, value, nBits1); in FDKwriteEscapedValue() 429 nbits += FDKwriteBits(hBitStream, tmp, nBits1); in FDKwriteEscapedValue()
|