Lines Matching defs:d16
408 const uint8_t *d16 = ff_dither_2x2_8[y & 1];
414 dst[2 * i] = r[Y + d16[0 + o]] + \
418 dst[2 * i + 1] = r[Y + d16[1 + o]] + \
439 const uint8_t *d16 = ff_dither_2x2_8[y & 1];
444 dst[2 * i] = r[Y + d16[0 + o]] + \
445 g[Y + d16[1 + o]] + \
448 dst[2 * i + 1] = r[Y + d16[1 + o]] + \
449 g[Y + d16[0 + o]] + \
470 const uint8_t *d16 = ff_dither_4x4_16[y & 3];
474 dst[2 * i] = r[Y + d16[0 + o]] + \
475 g[Y + d16[0 + o]] + \
476 b[Y + d16[0 + o]]; \
478 dst[2 * i + 1] = r[Y + d16[1 + o]] + \
479 g[Y + d16[1 + o]] + \
480 b[Y + d16[1 + o]];