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

Lines Matching full:error_limiter

186   int * error_limiter;          /* table for clamping the applied error */
947 int *error_limit = cquantize->error_limiter;
1079 /* Allocate and fill in the error_limiter table */
1088 cquantize->error_limiter = table;
1178 if (cquantize->error_limiter == NULL)
1226 cquantize->error_limiter = NULL;