Home | History | Annotate | Download | only in libjpeg

Lines Matching full:error_limiter

209   int * error_limiter;		/* table for clamping the applied error */
969 int *error_limit = cquantize->error_limiter;
1110 /* Allocate and fill in the error_limiter table */
1119 cquantize->error_limiter = table;
1209 if (cquantize->error_limiter == NULL)
1257 cquantize->error_limiter = NULL;