From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_huff_entropy_encoder.html | 260 +++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 docs/doxygen/nel/class_huff_entropy_encoder.html (limited to 'docs/doxygen/nel/class_huff_entropy_encoder.html') diff --git a/docs/doxygen/nel/class_huff_entropy_encoder.html b/docs/doxygen/nel/class_huff_entropy_encoder.html new file mode 100644 index 00000000..3422669d --- /dev/null +++ b/docs/doxygen/nel/class_huff_entropy_encoder.html @@ -0,0 +1,260 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

huff_entropy_encoder Struct Reference

Collaboration diagram for huff_entropy_encoder:

Collaboration graph
+ + + + + +
[legend]
List of all members. + + + + + + + +

Public Attributes

struct jpeg_entropy_encoder pub
savable_state saved
unsigned int restarts_to_go
int next_restart_num
c_derived_tbldc_derived_tbls [NUM_HUFF_TBLS]
c_derived_tblac_derived_tbls [NUM_HUFF_TBLS]
+

Member Data Documentation

+

+ + + + +
+ + + + + +
+c_derived_tbl * huff_entropy_encoder::ac_derived_tbls[NUM_HUFF_TBLS] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file jchuff.c.

+

+ + + + +
+ + + + + +
+c_derived_tbl * huff_entropy_encoder::dc_derived_tbls[NUM_HUFF_TBLS] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file jchuff.c.

+

+ + + + +
+ + + + + +
+int huff_entropy_encoder::next_restart_num +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file jchuff.c.

+

+ + + + +
+ + + + + +
+struct jpeg_entropy_encoder huff_entropy_encoder::pub +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file jchuff.c.

+

+ + + + +
+ + + + + +
+unsigned int huff_entropy_encoder::restarts_to_go +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file jchuff.c.

+

+ + + + +
+ + + + + +
+savable_state huff_entropy_encoder::saved +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file jchuff.c.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1