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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c156 boolean is_padded; /* is the colorindex padded for odither? */
162 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member in struct:__anon12764
403 ODITHER_MATRIX_PTR odither; local
407 odither = (ODITHER_MATRIX_PTR)
423 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
426 return odither;
440 ODITHER_MATRIX_PTR odither; local
445 odither = NULL; /* search for matching prior component */
448 odither = cquantize->odither[
[all...]
/external/jpeg/
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:__anon22731
398 ODITHER_MATRIX_PTR odither; local
402 odither = (ODITHER_MATRIX_PTR)
418 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
421 return odither;
435 ODITHER_MATRIX_PTR odither; local
440 odither = NULL; /* search for matching prior component */
443 odither = cquantize->odither[
[all...]
/external/qemu/distrib/jpeg-6b/
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:__anon29329
398 ODITHER_MATRIX_PTR odither; local
402 odither = (ODITHER_MATRIX_PTR)
418 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
421 return odither;
435 ODITHER_MATRIX_PTR odither; local
440 odither = NULL; /* search for matching prior component */
443 odither = cquantize->odither[
[all...]

Completed in 136 milliseconds