Lines Matching defs:dither
287 const uint8_t *dither, int offset) \
295 const uint8_t *dither, int offset) \
358 const uint8_t *dither, int offset)\
365 const uint8_t *dither, int offset)\
402 const uint8_t *dither, int offset)
406 int val = dither[(i + offset) & 7] << 12;
416 const uint8_t *dither, int offset)
420 int val = (src[i] + dither[(i + offset) & 7]) >> 7;
523 const uint8_t *dither, int offset)
530 const uint8_t *dither, int offset)
537 const uint8_t *dither, int offset)
544 const uint8_t *dither, int offset)
606 if (c->dither == SWS_DITHER_ED) {
644 if (c->dither == SWS_DITHER_ED) {
701 if (c->dither == SWS_DITHER_ED) {
1947 switch (c->dither) {