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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant1.c154 wxjpeg_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:__anon660
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
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:__anon3956
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 54 milliseconds