Home
last modified time | relevance | path

Searched refs:EOBRUN (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djdphuff.c36 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member
50 ((dest).EOBRUN = (src).EOBRUN, \
193 entropy->saved.EOBRUN = 0; in start_pass_phuff_decoder()
252 entropy->saved.EOBRUN = 0; in process_restart()
369 unsigned int EOBRUN; in decode_mcu_AC_first() local
389 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()
393 if (EOBRUN > 0) /* if it's a band of zeroes... */ in decode_mcu_AC_first()
394 EOBRUN--; /* ...process it now (we do nothing) */ in decode_mcu_AC_first()
415 EOBRUN = 1 << r; in decode_mcu_AC_first()
419 EOBRUN += r; in decode_mcu_AC_first()
[all …]
Djcphuff.c47 unsigned int EOBRUN; /* run length of EOBs */ member
182 entropy->EOBRUN = 0; in start_pass_phuff()
321 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */ in emit_eobrun()
322 temp = entropy->EOBRUN; in emit_eobrun()
332 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
334 entropy->EOBRUN = 0; in emit_eobrun()
366 entropy->EOBRUN = 0; in emit_restart()
516 if (entropy->EOBRUN > 0) in encode_mcu_AC_first()
543 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_first()
544 if (entropy->EOBRUN == 0x7FFF) in encode_mcu_AC_first()
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdphuff.c33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member
47 ((dest).EOBRUN = (src).EOBRUN, \
189 entropy->saved.EOBRUN = 0; in start_pass_phuff_decoder()
246 entropy->saved.EOBRUN = 0; in process_restart()
363 unsigned int EOBRUN; in decode_mcu_AC_first() local
383 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()
387 if (EOBRUN > 0) /* if it's a band of zeroes... */ in decode_mcu_AC_first()
388 EOBRUN--; /* ...process it now (we do nothing) */ in decode_mcu_AC_first()
409 EOBRUN = 1 << r; in decode_mcu_AC_first()
413 EOBRUN += r; in decode_mcu_AC_first()
[all …]
Dfpdfapi_jcphuff.c44 unsigned int EOBRUN; /* run length of EOBs */ member
179 entropy->EOBRUN = 0; in start_pass_phuff()
320 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */ in emit_eobrun()
321 temp = entropy->EOBRUN; in emit_eobrun()
331 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
333 entropy->EOBRUN = 0; in emit_eobrun()
365 entropy->EOBRUN = 0; in emit_restart()
515 if (entropy->EOBRUN > 0) in encode_mcu_AC_first()
542 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_first()
543 if (entropy->EOBRUN == 0x7FFF) in encode_mcu_AC_first()
[all …]