Searched refs:appendByteToHuffmanCode (Results 1 – 1 of 1) sorted by relevance
157 dst, rembits = appendByteToHuffmanCode(dst, rembits, s[i])186 func appendByteToHuffmanCode(dst []byte, rembits uint8, c byte) ([]byte, uint8) { func