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

  /external/aac/libFDK/include/
FDK_bitstream.h 101 #define CACHE_BITS 32
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 && (hBitStream->ConfigCache == BS_READER) )
    [all...]
  /external/aac/libAACdec/src/
block.cpp 141 if (i - 16 > CACHE_BITS) { /* cannot read more than "CACHE_BITS" bits at once in the function FDKreadBits() */

Completed in 107 milliseconds