Searched refs:prgb2 (Results 1 – 1 of 1) sorted by relevance
5325 int32 prgb2; in cc16sc_rotate() local5518 prgb2 = 0; in cc16sc_rotate()5586 *(pDst) = (((((prgb2 & 0x1F) + (tmp0 & 0x1F)) / 2) & 0x1F) in cc16sc_rotate()5587 … | ((((((prgb2 >> 5) & 0x3F) + ((tmp0 >> 5) & 0x3F)) / 2) & 0x3F) << 5) in cc16sc_rotate()5588 … | ((((((prgb2 >> 11) & 0x1F) + ((tmp0 >> 11) & 0x1F)) / 2) & 0x1F) << 11)); in cc16sc_rotate()5612 *(pDst) = (((((prgb2 & 0x1F) + (tmp0 & 0x1F) * 2) / 3) & 0x1F) in cc16sc_rotate()5613 … | ((((((prgb2 >> 5) & 0x3F) + ((tmp0 >> 5) & 0x3F) * 2) / 3) & 0x3F) << 5) in cc16sc_rotate()5614 … | ((((((prgb2 >> 11) & 0x1F) + ((tmp0 >> 11) & 0x1F) * 2) / 3) & 0x1F) << 11)); in cc16sc_rotate()5616 … *((pDst + dst_inc)) = (((((prgb2 & 0x1F) * 2 + (tmp0 & 0x1F)) / 3) & 0x1F) in cc16sc_rotate()5617 … | ((((((prgb2 >> 5) & 0x3F) * 2 + ((tmp0 >> 5) & 0x3F)) / 3) & 0x3F) << 5) in cc16sc_rotate()[all …]