Home
last modified time | relevance | path

Searched refs:huff (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinftrees.c34 unsigned huff; /* Huffman code */ in zlib_inflate_table() local
137 filled is at next and has curr index bits. The code being used is huff in zlib_inflate_table()
145 of the low root bits of huff. This is saved in low to check for when a in zlib_inflate_table()
187 huff = 0; /* starting code */ in zlib_inflate_table()
218 /* replicate for those indices with low len bits equal to huff */ in zlib_inflate_table()
224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()
227 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
229 while (huff & incr) in zlib_inflate_table()
232 huff &= incr - 1; in zlib_inflate_table()
233 huff in zlib_inflate_table()
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinftrees.c34 unsigned huff; /* Huffman code */ in zlib_inflate_table() local
137 filled is at next and has curr index bits. The code being used is huff in zlib_inflate_table()
145 of the low root bits of huff. This is saved in low to check for when a in zlib_inflate_table()
187 huff = 0; /* starting code */ in zlib_inflate_table()
218 /* replicate for those indices with low len bits equal to huff */ in zlib_inflate_table()
224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()
227 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
229 while (huff & incr) in zlib_inflate_table()
232 huff &= incr - 1; in zlib_inflate_table()
233 huff in zlib_inflate_table()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-jpeg.c218 static const struct coda_memcpy_desc huff[8] = { in coda_jpeg_write_tables() local
231 for (i = 0; i < ARRAY_SIZE(huff); i++) in coda_jpeg_write_tables()
232 coda_memcpy_parabuf(ctx->parabuf.vaddr, huff + i); in coda_jpeg_write_tables()
590 } *huff; in coda9_jpeg_gen_enc_huff_tab() local
596 huff = kzalloc(sizeof(*huff), GFP_KERNEL); in coda9_jpeg_gen_enc_huff_tab()
597 if (!huff) in coda9_jpeg_gen_enc_huff_tab()
612 huff->size[k++] = i; in coda9_jpeg_gen_enc_huff_tab()
619 si = huff->size[0]; in coda9_jpeg_gen_enc_huff_tab()
621 while (huff in coda9_jpeg_gen_enc_huff_tab()
721 } *huff; coda9_jpeg_load_huff_tab() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-jpeg.c218 static const struct coda_memcpy_desc huff[8] = { in coda_jpeg_write_tables() local
231 for (i = 0; i < ARRAY_SIZE(huff); i++) in coda_jpeg_write_tables()
232 coda_memcpy_parabuf(ctx->parabuf.vaddr, huff + i); in coda_jpeg_write_tables()
590 } *huff; in coda9_jpeg_gen_enc_huff_tab() local
596 huff = kzalloc(sizeof(*huff), GFP_KERNEL); in coda9_jpeg_gen_enc_huff_tab()
597 if (!huff) in coda9_jpeg_gen_enc_huff_tab()
612 huff->size[k++] = i; in coda9_jpeg_gen_enc_huff_tab()
619 si = huff->size[0]; in coda9_jpeg_gen_enc_huff_tab()
621 while (huff in coda9_jpeg_gen_enc_huff_tab()
721 } *huff; coda9_jpeg_load_huff_tab() local
[all...]

Completed in 4 milliseconds