huffman_encoded_t Struct Reference

#include <c313a.h>


Data Fields

unsigned char bits [16]
unsigned char huffval [256]
 number of symbols with length k+1


Detailed Description

Used to provide encoded huffman tables. Those tables (4 of them) will be used in the output JPEG/JP4 files and whill be programmed to the FPGA

Definition at line 1565 of file c313a.h.


Field Documentation

unsigned char huffman_encoded_t::bits[16]

Definition at line 1566 of file c313a.h.

Referenced by jpeg_htable_fpga_encode(), and jpeg_prep_htable().

unsigned char huffman_encoded_t::huffval[256]

number of symbols with length k+1

Definition at line 1567 of file c313a.h.

Referenced by jpeg_prep_htable().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 28 00:08:47 2008 for elphel by  doxygen 1.5.1