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

/external/aac/libFDK/include/
H A DFDK_bitstream.h101 #define CACHE_BITS 32 macro
217 hBitStream->BitsInCache = CACHE_BITS - missingBits;
229 const INT freeBits = (CACHE_BITS-1) - hBitStream->BitsInCache ;
247 hBitStream->BitsInCache = CACHE_BITS;
271 const INT freeBits = (CACHE_BITS-1) - BitsInCache ;
295 const INT freeBits = (CACHE_BITS-1) - hBitStream->BitsInCache ;
335 if ((hBitStream->BitsInCache+numberOfBits) < CACHE_BITS)
364 if ((hBitStream->BitsInCache+numberOfBits) <= CACHE_BITS)
477 FDK_ASSERT ((hBitStream->BitsInCache+numberOfBits)<=CACHE_BITS);
483 if ((hBitStream->BitsInCache+numberOfBits)<CACHE_BITS
[all...]
/external/aac/libAACdec/src/
H A Dblock.cpp141 if (i - 16 > CACHE_BITS) { /* cannot read more than "CACHE_BITS" bits at once in the function FDKreadBits() */

Completed in 267 milliseconds