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

/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c82 struct huff_table struct
110 struct huff_table code_table;
111 struct huff_table dist_table;
327 grub_png_init_huff_table (struct huff_table *ht, int cur_maxlen,
339 grub_png_insert_huff_item (struct huff_table *ht, int code, int len)
365 grub_png_build_huff_table (struct huff_table *ht)
384 grub_png_get_huff_code (struct grub_png_data *data, struct huff_table *ht)
437 struct huff_table cl;
476 struct huff_table *ht;

Completed in 15 milliseconds