HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlockLength (Results 1 - 2 of 2) sorted by null

  /external/brotli/csharp/org/brotli/dec/
Decode.cs 133 private static int ReadBlockLength(int[] table, int offset, Org.Brotli.Dec.BitReader br)
411 state.blockLength[treeType] = ReadBlockLength(state.blockLenTrees, treeType * Org.Brotli.Dec.Huffman.HuffmanMaxTableSize, br);
557 state.blockLength[i] = ReadBlockLength(state.blockLenTrees, i * Org.Brotli.Dec.Huffman.HuffmanMaxTableSize, br);
    [all...]
  /external/brotli/c/dec/
decode.c 865 static BROTLI_INLINE uint32_t ReadBlockLength(const HuffmanCode* table,
875 reading can't be continued with ReadBlockLength. */
    [all...]

Completed in 158 milliseconds