Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs133 private static int ReadBlockLength(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadBlockLength() method in Org.Brotli.Dec.Decode
411 …state.blockLength[treeType] = ReadBlockLength(state.blockLenTrees, treeType * Org.Brotli.Dec.Huffm… in DecodeBlockTypeAndLength()
557 …state.blockLength[i] = ReadBlockLength(state.blockLenTrees, i * Org.Brotli.Dec.Huffman.HuffmanMaxT… in ReadMetablockHuffmanCodesAndContextMaps()
/external/brotli/c/dec/
Ddecode.c865 static BROTLI_INLINE uint32_t ReadBlockLength(const HuffmanCode* table, in ReadBlockLength() function
1127 s->block_length[tree_type] = ReadBlockLength(len_tree, br); in DecodeBlockTypeAndLength()