Searched refs:error_limiter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c212 int * error_limiter; /* table for clamping the applied error */ member in struct:__anon736
972 int *error_limit = cquantize->error_limiter;
1113 /* Allocate and fill in the error_limiter table */
1122 cquantize->error_limiter = table;
1212 if (cquantize->error_limiter == NULL)
1260 cquantize->error_limiter = NULL;

Completed in 33 milliseconds