Lines Matching refs:blue2
812 unsigned char red1, green1, blue1, red2, green2, blue2;
841 blue2 = (unsigned char)blues;
851 blue2 = (blue2<<3) + (blue2>>2); // copy bits to lower sig
864 blue2 = (unsigned char)((blockTop&0xf0000)>>12);
865 blue2 = blue2 +(blue2>>4); // copy bits to lower sig
883 *(output+j*x+k+2) = modifyPixel(red2,green2,blue2,k+2,j,blockBot,modtable2);
895 *(output+(j+2)*x+k) = modifyPixel(red2,green2,blue2,k,j+2,blockBot,modtable2);