Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c350 static BROTLI_INLINE uint32_t DecodeSymbol(uint32_t bits, in DecodeSymbol() function
370 return DecodeSymbol(BrotliGet16BitsUnmasked(br), table, br); in ReadSymbol()
373 /* Same as DecodeSymbol, but it is known that there is less than 15 bits of
419 *result = DecodeSymbol(val, table, br); in SafeReadSymbol()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c350 static BROTLI_INLINE uint32_t DecodeSymbol(uint32_t bits, in DecodeSymbol() function
370 return DecodeSymbol(BrotliGet16BitsUnmasked(br), table, br); in ReadSymbol()
373 /* Same as DecodeSymbol, but it is known that there is less than 15 bits of
419 *result = DecodeSymbol(val, table, br); in SafeReadSymbol()

Completed in 14 milliseconds