Home | History | Annotate | Download | only in common

Lines Matching refs:c0

2458 					const deUint32 c0	= (e0[channelNdx] << 8) | (isSRGB ? 0x80 : e0[channelNdx]);
2461 const deUint32 c = (c0*(64-w) + c1*w + 32) / 64;
2471 const deUint32 c0 = e0[channelNdx] << 4;
2474 const deUint32 c = (c0*(64-w) + c1*w + 32) / 64;