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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmaster.c175 int * last_bitpos_ptr; local
190 last_bitpos_ptr = & last_bitpos[0][0];
193 *last_bitpos_ptr++ = -1;
246 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
247 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
250 if (last_bitpos_ptr[coefi] < 0) {
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
259 last_bitpos_ptr[coefi] = Al;
/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;
/external/qemu/distrib/jpeg-6b/
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;

Completed in 162 milliseconds