Home
last modified time | relevance | path

Searched refs:dither_level8 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/hpcmips/tx/
Dtx3912video.c638 static const int dither_level8[8] = { variable
660 dlp = &dither_list[dither_level8[luti]]; in __get_color8()
762 (dither_level8[7] << 28) | in tx3912video_clut_init()
763 (dither_level8[6] << 24) | in tx3912video_clut_init()
764 (dither_level8[5] << 20) | in tx3912video_clut_init()
765 (dither_level8[4] << 16) | in tx3912video_clut_init()
766 (dither_level8[3] << 12) | in tx3912video_clut_init()
767 (dither_level8[2] << 8) | in tx3912video_clut_init()
768 (dither_level8[1] << 4) | in tx3912video_clut_init()
769 (dither_level8[0] << 0)); in tx3912video_clut_init()
[all …]