HomeSort by relevance Sort by last modified time
    Searched refs:odither (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jquant1.c 154 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:__anon21462
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[j]
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 154 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:__anon26691
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[j]
    [all...]

Completed in 808 milliseconds