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

  /external/jpeg/
jcmaster.c 140 int * last_bitpos_ptr; local
155 last_bitpos_ptr = & last_bitpos[0][0];
158 *last_bitpos_ptr++ = -1;
211 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
215 if (last_bitpos_ptr[coefi] < 0) {
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
224 last_bitpos_ptr[coefi] = Al;
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 140 int * last_bitpos_ptr; local
155 last_bitpos_ptr = & last_bitpos[0][0];
158 *last_bitpos_ptr++ = -1;
211 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
215 if (last_bitpos_ptr[coefi] < 0) {
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
224 last_bitpos_ptr[coefi] = Al;

Completed in 72 milliseconds