Home
last modified time | relevance | path

Searched defs:huffmanCode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/
Dhuffman.go151 type huffmanCode struct { struct
152 code uint32
153 codeLen uint8
154 value uint16
160 func buildHuffmanNode(t *huffmanTree, codes []huffmanCode, level uint32) (nodeIndex uint16, err err…