| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | quant_levels_dec_utils.c | 139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | rv40.c | 472 int dither = j ? ij : i*4; in rv40_loop_filter() local
|
| H A D | ac3dec.c | 543 int dither = (ch_index == CPL_CH) || s->dither_flag[ch_index]; in ac3_decode_transform_coeffs_ch() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | StateManager9.cpp | 764 void StateManager9::setDither(bool dither) in setDither() argument
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jquant1.c | 527 int *dither; /* points to active row of dither matrix */ quantize_ord_dither() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | frame_dec.c | 363 uint8_t dither[64]; in Dither8x8() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_utils.cpp | 404 static dng_dither dither; in Get() local
|
| /third_party/ffmpeg/libswresample/ |
| H A D | swresample_internal.h | 129 struct DitherContext dither; member
|
| /third_party/cups-filters/filter/ |
| H A D | imagetoraster.c | 1723 *dither; /* Pointer into dither array */ in format_CMY() local 2098 *dither; /* Pointer into dither array */ format_CMYK() local 2488 *dither; /* Pointer into dither array */ format_K() local 2611 *dither; /* Pointer into dither array */ format_KCMY() local 3041 *dither; /* Pointer into dither array */ format_KCMYcm() local 3211 *dither; /* Pointer into dither array */ format_RGBA() local 3607 *dither; /* Pointer into dither array */ format_W() local 3729 *dither; /* Pointer into dither array */ format_YMC() local 4119 *dither; /* Pointer into dither array */ format_YMCK() local [all...] |
| /third_party/lame/misc/ |
| H A D | ath.c | 80 const double* dither; member
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dec.c | 698 static void DitherCombine8x8_C(const uint8_t* dither, uint8_t* dst, in DitherCombine8x8_C() argument
|
| /third_party/skia/gm/ |
| H A D | gradients.cpp | 190 GradientsGM(bool dither) : fDither(dither) {} in GradientsGM() argument 241 Gradients4fGM(bool dither) : fDither(dither) {} in Gradients4fGM() argument 292 GradientsLocalPerspectiveGM(bool dither) : fDither(dither) { in GradientsLocalPerspectiveGM() argument 343 GradientsViewPerspectiveGM(bool dither) : INHERITED(dither) { } in GradientsViewPerspectiveGM() argument 386 GradientsDegenrate2PointGM(bool dither) : fDither(dither) {} in GradientsDegenrate2PointGM() argument 459 ClampedGradientsGM(bool dither) ClampedGradientsGM() argument 526 RadialGradient2GM(bool dither) RadialGradient2GM() argument 590 RadialGradient3GM(bool dither) RadialGradient3GM() argument 627 RadialGradient4GM(bool dither) RadialGradient4GM() argument 665 LinearGradientGM(bool dither) LinearGradientGM() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | angletypes.h | 233 bool dither; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colorspace.c | 122 enum DitherMode dither; member
|
| H A D | vf_zscale.c | 91 int dither; member [all...] |
| H A D | vf_paletteuse.c | 92 int dither; member 399 set_frame(PaletteUseContext *s, AVFrame *out, AVFrame *in, int x_start, int y_start, int w, int h, enum dithering_mode dither, const enum color_search_method search_method) set_frame() argument [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | output.c | 400 yuv2planeX_8_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2planeX_8_c() argument 415 yuv2plane1_8_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2plane1_8_c() argument 521 yuv2p010l1_LE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010l1_LE_c() argument 528 yuv2p010l1_BE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010l1_BE_c() argument 535 yuv2p010lX_LE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010lX_LE_c() argument 542 yuv2p010lX_BE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010lX_BE_c() argument [all...] |
| H A D | swscale_internal.h | 658 SwsDither dither; member
|
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | swscale_vsx.c | 91 yuv2plane1_8_u(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset, int start) yuv2plane1_8_u() argument 101 yuv2plane1_8_vsx(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2plane1_8_vsx() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 348 uint32_t dither = 0; /* R300_RB3D_DITHER_CTL: 0x4e50 */ in r300_create_blend_state() local
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_state.h | 373 unsigned dither:1; member
|
| /third_party/backends/backend/ |
| H A D | hp-option.c | 2018 HpOption dither; in _program_dither() local 2801 HpOption dither = hp_optset_get(optset, HALFTONE_PATTERN); _enable_halftonevec() local [all...] |
| /third_party/libsnd/src/ |
| H A D | common.h | 441 void *dither ; member
|