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

/external/libjpeg-turbo/
H A Djquant1.c154 boolean is_padded; /* is the colorindex padded for odither? */
160 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member in struct:__anon10757
401 ODITHER_MATRIX_PTR odither; local
405 odither = (ODITHER_MATRIX_PTR)
421 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
424 return odither;
438 ODITHER_MATRIX_PTR odither; local
443 odither = NULL; /* search for matching prior component */
446 odither = cquantize->odither[
[all...]

Completed in 67 milliseconds