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

  /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/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 57 milliseconds