Searched refs:BrotliInitBitReader (Results 1 – 3 of 3) sorted by relevance
27 int BrotliInitBitReader(BrotliBitReader* const br, BrotliInput input) { in BrotliInitBitReader() function
54 int BrotliInitBitReader(BrotliBitReader* const br, BrotliInput input);
629 BrotliInitBitReader(br, br->input_); in CopyUncompressedBlockToOutput()642 if (!BrotliInitBitReader(&br, input)) { in BrotliDecompressedSize()697 if (!BrotliInitBitReader(&br, input)) { in BrotliDecompress()