Home | History | Annotate | Download | only in main

Lines Matching refs:lines

1193 fxt1_quantize (GLuint *cc, const GLubyte *lines[], GLint comps)
1210 input[k + l * 4][i] = *lines[l]++;
1215 input[k + l * 4 + 12][i] = *lines[l]++;
1352 const GLubyte *lines[4];
1353 lines[0] = &data[offs];
1354 lines[1] = lines[0] + srcRowStride;
1355 lines[2] = lines[1] + srcRowStride;
1356 lines[3] = lines[2] + srcRowStride;
1358 fxt1_quantize(encoded, lines, comps);