Home
last modified time | relevance | path

Searched refs:dither_mode (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c322 cacatv->dither_mode = 0; in gst_cacatv_init()
334 cacatv->dither_mode = g_value_get_enum (value); in gst_cacatv_set_property()
335 caca_set_dithering (cacatv->dither_mode + CACA_DITHERING_NONE); in gst_cacatv_set_property()
389 g_value_set_enum (value, cacatv->dither_mode); in gst_cacatv_get_property()
Dgstcacatv.h47 guint dither_mode; member
/third_party/libjpeg-turbo/
Ddjpeg.c260 cinfo->dither_mode = JDITHER_FS; in parse_switches()
262 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
264 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
291 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
Djquant2.c1149 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1150 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1159 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1172 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1267 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
1268 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1276 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c348 if (cinfo->dither_mode == JDITHER_ORDERED) { in create_colorindex()
755 switch (cinfo->dither_mode) { in start_pass_1_quant()
855 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdmerge.c559 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
576 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
Djdapimin.c210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Djpeglib.h506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
Djdcolor.c830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c260 cinfo->dither_mode = JDITHER_FS; in parse_switches()
262 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
264 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
291 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
Djquant2.c1149 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1150 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1159 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1172 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1267 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
1268 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1276 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c348 if (cinfo->dither_mode == JDITHER_ORDERED) { in create_colorindex()
755 switch (cinfo->dither_mode) { in start_pass_1_quant()
855 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdmerge.c560 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
577 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
Djdapimin.c210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Djpeglib.h506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
Djdcolor.c830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant2.c1149 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1150 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1159 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1172 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1267 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
1268 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1276 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Ddjpeg.c266 cinfo->dither_mode = JDITHER_FS; in parse_switches()
268 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
270 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
297 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
Djquant1.c348 if (cinfo->dither_mode == JDITHER_ORDERED) { in create_colorindex()
752 switch (cinfo->dither_mode) { in start_pass_1_quant()
852 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdmerge.c558 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
575 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
Djdapimin.c210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Djpeglib.h510 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
Djdcolor.c829 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h62 DRI_CONF_OPT_E(dither_mode, def, 0, 2, \
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h62 DRI_CONF_OPT_E(dither_mode, def, 0, 2, \

12