Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/dec/
Ddecode.c317 static BROTLI_INLINE int ReadBlockLength(const HuffmanCode* table, in ReadBlockLength() function
789 block_length[i] = ReadBlockLength( in BrotliDecompress()
874 block_length[1] = ReadBlockLength( in BrotliDecompress()
906 block_length[0] = ReadBlockLength(block_len_trees, &br); in BrotliDecompress()
946 block_length[2] = ReadBlockLength( in BrotliDecompress()