Lines Matching refs:sc
28 INT32 sc; /* counter for stacked 0xFF values which might overflow */ member
158 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
159 e->sc = 0; in finish_pass()
169 if (e->sc) { in finish_pass()
176 } while (--e->sc); in finish_pass()
278 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in arith_encode()
279 e->sc = 0; in arith_encode()
285 ++e->sc; /* stack 0xFF byte (which might overflow later) */ in arith_encode()
296 if (e->sc) { in arith_encode()
303 } while (--e->sc); in arith_encode()
349 entropy->sc = 0; in emit_restart()
908 entropy->sc = 0; in start_pass()