const image/jpeg.maxCodeLength
6 uses
image/jpeg (current package)
huffman.go#L12: const maxCodeLength = 16
huffman.go#L33: minCodes [maxCodeLength]int32
huffman.go#L36: maxCodes [maxCodeLength]int32
huffman.go#L38: valsIndices [maxCodeLength]int32
huffman.go#L114: var nCodes [maxCodeLength]int32
huffman.go#L205: for i, code := 0, int32(0); i < maxCodeLength; i++ {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |