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

  /external/aac/libFDK/include/
FDK_bitstream.h 114 UINT ConfigCache ;
138 hBitStream->ConfigCache = config ;
165 hBitStream->ConfigCache = config ;
182 hBitStream->ConfigCache = config ;
388 if (hBitStream->ConfigCache == BS_READER)
389 FDK_pushBack (&hBitStream->hBitBuf,hBitStream->BitsInCache,hBitStream->ConfigCache) ;
406 if (hBitStream->ConfigCache == BS_READER) {
407 FDK_pushForward (&hBitStream->hBitBuf,hBitStream->BitsInCache,hBitStream->ConfigCache) ;
429 FDK_byteAlign (&hBitStream->hBitBuf, (UCHAR)hBitStream->ConfigCache) ;
446 if (hBitStream->ConfigCache == BS_READER)
    [all...]
  /external/aac/libFDK/src/
FDK_crc.cpp 281 if (hBs->ConfigCache==BS_WRITER) {
413 if (hBs->ConfigCache==BS_READER) {

Completed in 483 milliseconds