Searched defs:ConfigCache (Results 1 - 1 of 1) 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...]

Completed in 80 milliseconds