/third_party/gstreamer/gstplugins_good/ext/libcaca/ |
D | gstcacatv.c | 322 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()
|
D | gstcacatv.h | 47 guint dither_mode; member
|
/third_party/libjpeg-turbo/ |
D | djpeg.c | 260 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()
|
D | jquant2.c | 1149 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()
|
D | jquant1.c | 348 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()
|
D | jdmerge.c | 559 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler() 576 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
|
D | jdapimin.c | 210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
|
D | jpeglib.h | 506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
|
D | jdcolor.c | 830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 260 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()
|
D | jquant2.c | 1149 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()
|
D | jquant1.c | 348 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()
|
D | jdmerge.c | 560 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler() 577 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
|
D | jdapimin.c | 210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
|
D | jpeglib.h | 506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
|
D | jdcolor.c | 830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jquant2.c | 1149 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()
|
D | djpeg.c | 266 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()
|
D | jquant1.c | 348 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()
|
D | jdmerge.c | 558 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler() 575 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
|
D | jdapimin.c | 210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
|
D | jpeglib.h | 510 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
|
D | jdcolor.c | 829 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.h | 62 DRI_CONF_OPT_E(dither_mode, def, 0, 2, \
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.h | 62 DRI_CONF_OPT_E(dither_mode, def, 0, 2, \
|