Searched refs:offsetEncoding (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/ |
D | huffman_bit_writer.go | 89 offsetEncoding *huffmanEncoder member 102 offsetEncoding: newHuffmanEncoder(offsetCodeCount), 459 var offsetEncoding = fixedOffsetEncoding 467 w.generateCodegen(numLiterals, numOffsets, w.literalEncoding, w.offsetEncoding) 469 dynamicSize, numCodegens := w.dynamicSize(w.literalEncoding, w.offsetEncoding, extraBits) 474 offsetEncoding = w.offsetEncoding 492 w.writeTokens(tokens, literalEncoding.codes, offsetEncoding.codes) 510 w.generateCodegen(numLiterals, numOffsets, w.literalEncoding, w.offsetEncoding) 512 size, numCodegens := w.dynamicSize(w.literalEncoding, w.offsetEncoding, 0) 525 w.writeTokens(tokens, w.literalEncoding.codes, w.offsetEncoding.codes) [all …]
|