Searched refs:last_bitpos_ptr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcmaster.c348 int * last_bitpos_ptr; local
363 last_bitpos_ptr = & last_bitpos[0][0];
366 *last_bitpos_ptr++ = -1;
419 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
420 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
423 if (last_bitpos_ptr[coefi] < 0) {
429 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
432 last_bitpos_ptr[coefi] = Al;

Completed in 109 milliseconds