Home
last modified time | relevance | path

Searched defs:huffman_table (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg-internal.h54 struct huffman_table struct
72 struct huffman_table *AC_table; argument
Dtinyjpeg.c222 static int get_next_huffman_code(struct jdec_private *priv, struct huffman_table *huffman_table) in get_next_huffman_code()