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

  /external/libjpeg-turbo/
jquant1.c 153 boolean is_padded; /* is the colorindex padded for odither? */
159 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member in struct:__anon15248
400 ODITHER_MATRIX_PTR odither; local
404 odither = (ODITHER_MATRIX_PTR)
420 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
423 return odither;
437 ODITHER_MATRIX_PTR odither; local
442 odither = NULL; /* search for matching prior component */
445 odither = cquantize->odither[j]
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 155 boolean is_padded; /* is the colorindex padded for odither? */
161 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member in struct:__anon20367
399 ODITHER_MATRIX_PTR odither; local
403 odither = (ODITHER_MATRIX_PTR)
419 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den);
422 return odither;
436 ODITHER_MATRIX_PTR odither; local
441 odither = NULL; /* search for matching prior component */
444 odither = cquantize->odither[j]
    [all...]

Completed in 540 milliseconds