Home
last modified time | relevance | path

Searched refs:BrotliInitBitReader (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
Dbit_reader.c27 int BrotliInitBitReader(BrotliBitReader* const br, BrotliInput input) { in BrotliInitBitReader() function
Dbit_reader.h54 int BrotliInitBitReader(BrotliBitReader* const br, BrotliInput input);
Ddecode.c629 BrotliInitBitReader(br, br->input_); in CopyUncompressedBlockToOutput()
642 if (!BrotliInitBitReader(&br, input)) { in BrotliDecompressedSize()
697 if (!BrotliInitBitReader(&br, input)) { in BrotliDecompress()