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

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

Completed in 1841 milliseconds