Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:entropy

138   int dc_tbl_no;		/* DC entropy table selector (0..3) */
139 int ac_tbl_no; /* AC entropy table selector (0..3) */
352 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
444 struct jpeg_entropy_encoder * entropy;
659 const int * natural_order; /* natural-order position array for entropy decode */
660 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
662 /* This field is shared between entropy decoder and marker parser.
677 struct jpeg_entropy_decoder * entropy;