Searched refs:EOBRUN (Results 1 – 5 of 5) sorted by relevance
34 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member48 ((dest).EOBRUN = (src).EOBRUN, \190 entropy->saved.EOBRUN = 0; in start_pass_phuff_decoder()247 entropy->saved.EOBRUN = 0; in process_restart()364 unsigned int EOBRUN; in decode_mcu_AC_first() local384 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()388 if (EOBRUN > 0) /* if it's a band of zeroes... */ in decode_mcu_AC_first()389 EOBRUN--; /* ...process it now (we do nothing) */ in decode_mcu_AC_first()410 EOBRUN = 1 << r; in decode_mcu_AC_first()414 EOBRUN += r; in decode_mcu_AC_first()[all …]
45 unsigned int EOBRUN; /* run length of EOBs */ member180 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 …]
33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member47 ((dest).EOBRUN = (src).EOBRUN, \188 entropy->saved.EOBRUN = 0; in start_pass_phuff_decoder()245 entropy->saved.EOBRUN = 0; in process_restart()362 unsigned int EOBRUN; in decode_mcu_AC_first() local382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()386 if (EOBRUN > 0) /* if it's a band of zeroes... */ in decode_mcu_AC_first()387 EOBRUN--; /* ...process it now (we do nothing) */ in decode_mcu_AC_first()408 EOBRUN = 1 << r; in decode_mcu_AC_first()412 EOBRUN += r; in decode_mcu_AC_first()[all …]
44 unsigned int EOBRUN; /* run length of EOBs */ member179 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 …]
648 unsigned short EOBRUN; member