Searched refs:mapRGB16ToY (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c161 static unsigned char *mapRGB16ToY = NULL; variable in typeref:typename:unsigned char *
877 if (mapRGB16ToY == NULL) {
878 mapRGB16ToY = malloc(0x30000);
879 if (mapRGB16ToY == NULL) {
885 mapRGB16ToU = mapRGB16ToY + 0x10000;
886 mapRGB16ToV = mapRGB16ToY + 0x20000;
894 mapRGB16ToY[n] =
1777 const uint32_t y0 = mapRGB16ToY[rgb0];
1778 const uint32_t y1 = mapRGB16ToY[rgb1];

Completed in 4 milliseconds