Searched refs:huff (Results 1 – 1 of 1) sorted by relevance
218 static const struct coda_memcpy_desc huff[8] = { in coda_jpeg_write_tables() local231 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() local596 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->size[k] == si) { in coda9_jpeg_gen_enc_huff_tab()622 huff->code[k++] = code; in coda9_jpeg_gen_enc_huff_tab()[all …]