Lines Matching refs:arith_decode

115 arith_decode(j_decompress_ptr cinfo, unsigned char *st)  in arith_decode()  function
280 if (arith_decode(cinfo, st) == 0) in decode_mcu_DC_first()
285 sign = arith_decode(cinfo, st + 1); in decode_mcu_DC_first()
288 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu_DC_first()
290 while (arith_decode(cinfo, st)) { in decode_mcu_DC_first()
310 if (arith_decode(cinfo, st)) v |= m; in decode_mcu_DC_first()
355 if (arith_decode(cinfo, st)) break; /* EOB flag */ in decode_mcu_AC_first()
356 while (arith_decode(cinfo, st + 1) == 0) { in decode_mcu_AC_first()
366 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first()
369 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu_AC_first()
370 if (arith_decode(cinfo, st)) { in decode_mcu_AC_first()
374 while (arith_decode(cinfo, st)) { in decode_mcu_AC_first()
388 if (arith_decode(cinfo, st)) v |= m; in decode_mcu_AC_first()
423 if (arith_decode(cinfo, st)) in decode_mcu_DC_refine()
468 if (arith_decode(cinfo, st)) break; /* EOB flag */ in decode_mcu_AC_refine()
472 if (arith_decode(cinfo, st + 2)) { in decode_mcu_AC_refine()
480 if (arith_decode(cinfo, st + 1)) { /* newly nonzero coef */ in decode_mcu_AC_refine()
481 if (arith_decode(cinfo, entropy->fixed_bin)) in decode_mcu_AC_refine()
538 if (arith_decode(cinfo, st) == 0) in decode_mcu()
543 sign = arith_decode(cinfo, st + 1); in decode_mcu()
546 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu()
548 while (arith_decode(cinfo, st)) { in decode_mcu()
568 if (arith_decode(cinfo, st)) v |= m; in decode_mcu()
583 if (arith_decode(cinfo, st)) break; /* EOB flag */ in decode_mcu()
584 while (arith_decode(cinfo, st + 1) == 0) { in decode_mcu()
594 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu()
597 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu()
598 if (arith_decode(cinfo, st)) { in decode_mcu()
602 while (arith_decode(cinfo, st)) { in decode_mcu()
616 if (arith_decode(cinfo, st)) v |= m; in decode_mcu()