Home
last modified time | relevance | path

Searched defs:huffman (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/lang/gcc48/gcc-4.8.5/libgo/go/image/jpeg/
H A Dhuffman.go24 type huffman struct { struct
25 l [maxCodeLength]int
26 length int // sum of l[i].
27 val [maxNumValues]uint8 // the decoded values, as sorted by their encoding.
28 size [maxNumValues]int // size[i] is the number of bits to encode val[i].
29 code [maxNumValues]int // code[i] is the encoding of val[i].
30 minCode [maxCodeLength]int // min codes of length i, or -1 if no codes of that length.
31 maxCode [maxCodeLength]int // max codes of length i, or -1 if no codes of that length.
32 valIndex [maxCodeLength]int // index into val of minCode[i].
167 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/image/jpeg/
H A Dhuffman.go24 type huffman struct { struct
25 l [maxCodeLength]int
26 length int // sum of l[i].
27 val [maxNumValues]uint8 // the decoded values, as sorted by their encoding.
28 size [maxNumValues]int // size[i] is the number of bits to encode val[i].
29 code [maxNumValues]int // code[i] is the encoding of val[i].
30 minCode [maxCodeLength]int // min codes of length i, or -1 if no codes of that length.
31 maxCode [maxCodeLength]int // max codes of length i, or -1 if no codes of that length.
32 valIndex [maxCodeLength]int // index into val of minCode[i].
167 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/image/jpeg/
H A Dhuffman.go24 type huffman struct { struct
25 l [maxCodeLength]int
26 length int // sum of l[i].
27 val [maxNumValues]uint8 // the decoded values, as sorted by their encoding.
28 size [maxNumValues]int // size[i] is the number of bits to encode val[i].
29 code [maxNumValues]int // code[i] is the encoding of val[i].
30 minCode [maxCodeLength]int // min codes of length i, or -1 if no codes of that length.
31 maxCode [maxCodeLength]int // max codes of length i, or -1 if no codes of that length.
32 valIndex [maxCodeLength]int // index into val of minCode[i].
167 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
177 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
177 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
177 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/image/jpeg/
H A Dhuffman.go21 type huffman struct { struct
23 nCodes int32
28 lut [1 << lutSize]uint16
30 vals [maxNCodes]uint8
33 minCodes [maxCodeLength]int32
36 maxCodes [maxCodeLength]int32
38 valsIndices [maxCodeLength]int32
178 func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {
/dports/multimedia/libdcadec/dcadec-0.2.0/libdcadec/
H A Dhuffman.h22 struct huffman { struct
23 const uint8_t *len;
24 const uint16_t *code;
25 int size;

12345678910>>...22