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

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c350 static BROTLI_INLINE uint32_t DecodeSymbol(uint32_t bits, function in typeref:typename:BROTLI_INLINE uint32_t
370 return DecodeSymbol(BrotliGet16BitsUnmasked(br), table, br);
373 /* Same as DecodeSymbol, but it is known that there is less than 15 bits of
419 *result = DecodeSymbol(val, table, br);

Completed in 4 milliseconds