HomeSort by relevance Sort by last modified time
    Searched full:odither (Results 1 - 1 of 1) 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:__anon4450
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 260 milliseconds