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

  /external/libjpeg-turbo/
jcmaster.c 188 int last_bitpos[MAX_COMPONENTS][DCTSIZE2]; local
202 last_bitpos_ptr = & last_bitpos[0][0];
258 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
298 if (last_bitpos[ci][0] < 0)
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 141 int last_bitpos[MAX_COMPONENTS][DCTSIZE2]; local
155 last_bitpos_ptr = & last_bitpos[0][0];
211 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
251 if (last_bitpos[ci][0] < 0)

Completed in 1677 milliseconds