Searched refs:thisi (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djcmaster.c140 int scanno, ncomps, ci, coefi, thisi; local
178 thisi = scanptr->component_index[ci];
179 if (thisi < 0 || thisi >= cinfo->num_components)
182 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
238 thisi = scanptr->component_index[ci];
239 if (component_sent[thisi])
241 component_sent[thisi] = TRUE;

Completed in 84 milliseconds