Searched defs:odither (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c158 boolean is_padded; /* is the colorindex padded for odither? */
164 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member in struct:__anon735
402 ODITHER_MATRIX_PTR odither; local
406 odither = (ODITHER_MATRIX_PTR)
422 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
425 return odither;
439 ODITHER_MATRIX_PTR odither; local
444 odither = NULL; /* search for matching prior component */
447 odither = cquantize->odither[
[all...]

Completed in 33 milliseconds