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

/external/jpeg/
H A Djcmaster.c140 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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c141 int * last_bitpos_ptr; local
156 last_bitpos_ptr = & last_bitpos[0][0];
159 *last_bitpos_ptr++ = -1;
212 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
213 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
216 if (last_bitpos_ptr[coefi] < 0) {
222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
225 last_bitpos_ptr[coefi] = Al;

Completed in 622 milliseconds