HomeSort by relevance Sort by last modified time
    Searched refs:thisi (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcmaster.c 171 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/
jcmaster.c 136 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/
fpdfapi_jcmaster.c 137 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/
jcmaster.c 136 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 707 milliseconds