Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_bit_writer.go71 type huffmanBitWriter struct { struct
75 writer io.Writer
80 bits uint64
81 nbits uint
82 bytes [bufferSize]byte
83 codegenFreq [codegenCodeCount]int32
84 nbytes int
85 literalFreq []int32
86 offsetFreq []int32
87 codegen []uint8
[all …]
Dhuffman_bit_writer_test.go297 func writeToType(t *testing.T, ttype string, bw *huffmanBitWriter, tok []token, input []byte) {