jpeg_alloc_huff_table

Name

jpeg_alloc_huff_table -- allocate Huffman table

Synopsis

#include <jpeglib.h>

JHUFF_TBL * jpeg_alloc_huff_table(j_common_ptr cinfo);

Description

jpeg_alloc_huff_table() shall allocate memory for a structure holding Huffman coding table.

Return Value

jpeg_alloc_huff_table() shall return a pointer to allocated data structure for the Huffman coding table.