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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djcmaster.c320 int * last_bitpos_ptr; local
335 last_bitpos_ptr = & last_bitpos[0][0];
338 *last_bitpos_ptr++ = -1;
391 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
392 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
395 if (last_bitpos_ptr[coefi] < 0) {
401 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
404 last_bitpos_ptr[coefi] = Al;

Completed in 159 milliseconds