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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmaster.c171 int scanno, ncomps, ci, coefi, thisi; local
209 thisi = scanptr->component_index[ci];
210 if (thisi < 0 || thisi >= cinfo->num_components)
213 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
269 thisi = scanptr->component_index[ci];
270 if (component_sent[thisi])
272 component_sent[thisi] = TRUE;
/external/jpeg/
H A Djcmaster.c136 int scanno, ncomps, ci, coefi, thisi; local
174 thisi = scanptr->component_index[ci];
175 if (thisi < 0 || thisi >= cinfo->num_components)
178 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
234 thisi = scanptr->component_index[ci];
235 if (component_sent[thisi])
237 component_sent[thisi] = TRUE;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c137 int scanno, ncomps, ci, coefi, thisi; local
175 thisi = scanptr->component_index[ci];
176 if (thisi < 0 || thisi >= cinfo->num_components)
179 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
235 thisi = scanptr->component_index[ci];
236 if (component_sent[thisi])
238 component_sent[thisi] = TRUE;
/external/qemu/distrib/jpeg-6b/
H A Djcmaster.c136 int scanno, ncomps, ci, coefi, thisi; local
174 thisi = scanptr->component_index[ci];
175 if (thisi < 0 || thisi >= cinfo->num_components)
178 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
234 thisi = scanptr->component_index[ci];
235 if (component_sent[thisi])
237 component_sent[thisi] = TRUE;

Completed in 900 milliseconds