Home
last modified time | relevance | path

Searched refs:fixed_bin (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djcarith.c48 unsigned char fixed_bin[4]; member
502 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_first()
509 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_first()
572 st = entropy->fixed_bin; /* use fixed probability estimation */ in encode_mcu_DC_refine()
649 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_refine()
660 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_refine()
779 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu()
782 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu()
927 entropy->fixed_bin[0] = 113; in jinit_arith_encoder()
Djdarith.c48 unsigned char fixed_bin[4]; member
363 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first()
413 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
478 if (arith_decode(cinfo, entropy->fixed_bin)) in decode_mcu_AC_refine()
591 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu()
756 entropy->fixed_bin[0] = 113; in jinit_arith_decoder()