Home
last modified time | relevance | path

Searched defs:dither (Results 26 - 48 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter() local
/third_party/ffmpeg/libavcodec/
H A Drv40.c472 int dither = j ? ij : i*4; in rv40_loop_filter() local
H A Dac3dec.c543 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 DStateManager9.cpp764 void StateManager9::setDither(bool dither) in setDither() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant1.c527 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 Dframe_dec.c363 uint8_t dither[64]; in Dither8x8() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp404 static dng_dither dither; in Get() local
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h129 struct DitherContext dither; member
/third_party/cups-filters/filter/
H A Dimagetoraster.c1723 *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 Dath.c80 const double* dither; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec.c698 static void DitherCombine8x8_C(const uint8_t* dither, uint8_t* dst, in DitherCombine8x8_C() argument
/third_party/skia/gm/
H A Dgradients.cpp190 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 Dangletypes.h233 bool dither; member
/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c122 enum DitherMode dither; member
H A Dvf_zscale.c91 int dither; member
[all...]
H A Dvf_paletteuse.c92 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 Doutput.c400 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 Dswscale_internal.h658 SwsDither dither; member
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c91 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 Dr300_state.c348 uint32_t dither = 0; /* R300_RB3D_DITHER_CTL: 0x4e50 */ in r300_create_blend_state() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h373 unsigned dither:1; member
/third_party/backends/backend/
H A Dhp-option.c2018 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 Dcommon.h441 void *dither ; member

Completed in 44 milliseconds

12