Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:entropy

131   int dc_tbl_no;                /* DC entropy table selector (0..3) */
132 int ac_tbl_no; /* AC entropy table selector (0..3) */
368 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
463 struct jpeg_entropy_encoder * entropy;
682 const int * natural_order; /* natural-order position array for entropy decode */
683 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
686 /* This field is shared between entropy decoder and marker parser.
701 struct jpeg_entropy_decoder * entropy;