Searched refs:ReadBlockLength (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Decode.cs | 133 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.Huffman.HuffmanMaxTableSize, br);
in DecodeBlockTypeAndLength() 557 state.blockLength[i] = ReadBlockLength(state.blockLenTrees, i * Org.Brotli.Dec.Huffman.HuffmanMaxTableSize, br);
in ReadMetablockHuffmanCodesAndContextMaps()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 873 static BROTLI_INLINE uint32_t ReadBlockLength(const HuffmanCode* table, in ReadBlockLength() function 883 reading can't be continued with ReadBlockLength. */ 1137 s->block_length[tree_type] = ReadBlockLength(len_tree, br); in DecodeBlockTypeAndLength()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 873 static BROTLI_INLINE uint32_t ReadBlockLength(const HuffmanCode* table, in ReadBlockLength() function 883 reading can't be continued with ReadBlockLength. */ 1137 s->block_length[tree_type] = ReadBlockLength(len_tree, br); in DecodeBlockTypeAndLength()
|
Completed in 11 milliseconds