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

/external/aac/libFDK/include/
H A DFDK_bitstream.h114 UINT ConfigCache ; member in struct:__anon143
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
[all...]
/external/aac/libFDK/src/
H A DFDK_crc.cpp281 if (hBs->ConfigCache==BS_WRITER) {
413 if (hBs->ConfigCache==BS_READER) {

Completed in 112 milliseconds