Searched refs:prgb3 (Results 1 – 1 of 1) sorted by relevance
5326 int32 prgb3; in cc16sc_rotate() local5519 prgb3 = 0; in cc16sc_rotate()5573 prgb3 = rgb; in cc16sc_rotate()5685 … *(pDst + dst_pitch) = (((((prgb3 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16sc_rotate()5686 … | ((((((prgb3 >> 5) & 0x3F) + ((rgb >> 5) & 0x3F)) / 2) & 0x3F) << 5) in cc16sc_rotate()5687 … | ((((((prgb3 >> 11) & 0x1F) + ((rgb >> 11) & 0x1F)) / 2) & 0x1F) << 11)); in cc16sc_rotate()5707 … *(pDst + dst_pitch) = (((((prgb3 & 0x1F) + (rgb & 0x1F) * 2) / 3) & 0x1F) in cc16sc_rotate()5708 … | ((((((prgb3 >> 5) & 0x3F) + ((rgb >> 5) & 0x3F) * 2) / 3) & 0x3F) << 5) in cc16sc_rotate()5709 … | ((((((prgb3 >> 11) & 0x1F) + ((rgb >> 11) & 0x1F) * 2) / 3) & 0x1F) << 11)); in cc16sc_rotate()5711 … *((pDst + dst_pitch + dst_inc)) = (((((prgb3 & 0x1F) * 2 + (rgb & 0x1F)) / 3) & 0x1F) in cc16sc_rotate()[all …]