Lines Matching defs:offset
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)
1549 * setting the correct offset in these tables from the chroma (U/V) values.