Home | History | Annotate | Download | only in main

Lines Matching defs:cs

69          const GLfloat cs = UBYTE_TO_FLOAT(i);
70 if (cs <= 0.04045) {
71 table[i] = cs / 12.92f;
74 table[i] = (GLfloat) pow((cs + 0.055) / 1.055, 2.4);