Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:ci

84   int i, ci;
126 for (ci = 0; ci < cinfo->out_color_components; ci++) {
128 dest->colormap[ci * CMAPLENGTH + i] =
129 GETJSAMPLE(cinfo->colormap[ci][i]) << 8;
183 int ci;
197 for (ci = 0; ci < cinfo->output_components; ci++) {
198 RLE_SET_BIT(header, ci);