Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/video_filters/
H A D2xbr.c69 uint16_t tbl_5_to_8[32]; member
113 filt->tbl_5_to_8[0] = 0; in SetupFormat()
114 filt->tbl_5_to_8[1] = 8; in SetupFormat()
115 filt->tbl_5_to_8[2] = 16; in SetupFormat()
116 filt->tbl_5_to_8[3] = 25; in SetupFormat()
117 filt->tbl_5_to_8[4] = 33; in SetupFormat()
118 filt->tbl_5_to_8[5] = 41; in SetupFormat()
119 filt->tbl_5_to_8[6] = 49; in SetupFormat()
120 filt->tbl_5_to_8[7] = 58; in SetupFormat()
121 filt->tbl_5_to_8[8] = 66; in SetupFormat()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dxbr.cpp27 static unsigned int tbl_5_to_8[32]={0, 8, 16, 25, 33, 41, 49, 58, 66, 74, 82, 90, 99, 107, 115, 12… variable
121 unsigned int r = tbl_5_to_8[(c & RED_MASK565) >> 11]; in initialize()
123 unsigned int b = tbl_5_to_8[(c & BLUE_MASK565) ]; in initialize()
131 unsigned int r = tbl_5_to_8[(c & RED_MASK555) >> 10]; in initialize()
132 unsigned int g = tbl_5_to_8[(c & GREEN_MASK555) >> 5]; in initialize()
133 unsigned int b = tbl_5_to_8[(c & BLUE_MASK555) ]; in initialize()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dxbr.cpp27 static unsigned int tbl_5_to_8[32]={0, 8, 16, 25, 33, 41, 49, 58, 66, 74, 82, 90, 99, 107, 115, 12… variable
121 unsigned int r = tbl_5_to_8[(c & RED_MASK565) >> 11]; in initialize()
123 unsigned int b = tbl_5_to_8[(c & BLUE_MASK565) ]; in initialize()
131 unsigned int r = tbl_5_to_8[(c & RED_MASK555) >> 10]; in initialize()
132 unsigned int g = tbl_5_to_8[(c & GREEN_MASK555) >> 5]; in initialize()
133 unsigned int b = tbl_5_to_8[(c & BLUE_MASK555) ]; in initialize()