Searched refs:dither_mode (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Ddjpeg.c230 cinfo->dither_mode = JDITHER_FS;
232 cinfo->dither_mode = JDITHER_NONE;
234 cinfo->dither_mode = JDITHER_ORDERED;
253 cinfo->dither_mode = JDITHER_ORDERED;
H A Djquant2.c1175 if (cinfo->dither_mode != JDITHER_NONE)
1176 cinfo->dither_mode = JDITHER_FS;
1185 if (cinfo->dither_mode == JDITHER_FS)
1198 if (cinfo->dither_mode == JDITHER_FS) {
1293 if (cinfo->dither_mode != JDITHER_NONE)
1294 cinfo->dither_mode = JDITHER_FS;
1298 * Although we will cope with a later change in dither_mode,
1299 * we do not promise to honor max_memory_to_use if dither_mode changes.
1301 if (cinfo->dither_mode == JDITHER_FS) {
H A Djquant1.c344 if (cinfo->dither_mode == JDITHER_ORDERED) {
752 switch (cinfo->dither_mode) {
852 if (cinfo->dither_mode == JDITHER_FS)
H A Djdapimin.c199 cinfo->dither_mode = JDITHER_FS;
H A Djpeglib.h470 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c1175 if (cinfo->dither_mode != JDITHER_NONE)
1176 cinfo->dither_mode = JDITHER_FS;
1185 if (cinfo->dither_mode == JDITHER_FS)
1198 if (cinfo->dither_mode == JDITHER_FS) {
1293 if (cinfo->dither_mode != JDITHER_NONE)
1294 cinfo->dither_mode = JDITHER_FS;
1298 * Although we will cope with a later change in dither_mode,
1299 * we do not promise to honor max_memory_to_use if dither_mode changes.
1301 if (cinfo->dither_mode == JDITHER_FS) {
H A Djquant1.c344 if (cinfo->dither_mode == JDITHER_ORDERED) {
752 switch (cinfo->dither_mode) {
852 if (cinfo->dither_mode == JDITHER_FS)
H A Djdapimin.c198 cinfo->dither_mode = JDITHER_FS;
H A Djpeglib.h445 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c1726 sp->cinfo.d.dither_mode = JDITHER_NONE; /* Reduce image "noise" */

Completed in 202 milliseconds