Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcarith.c51 unsigned char fixed_bin[4]; member
505 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_first()
512 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_first()
575 st = entropy->fixed_bin; /* use fixed probability estimation */ in encode_mcu_DC_refine()
652 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_refine()
663 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_refine()
782 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu()
785 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu()
931 entropy->fixed_bin[0] = 113; in jinit_arith_encoder()
Djdarith.c51 unsigned char fixed_bin[4]; member
366 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first()
416 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
481 if (arith_decode(cinfo, entropy->fixed_bin)) in decode_mcu_AC_refine()
594 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu()
768 entropy->fixed_bin[0] = 113; in jinit_arith_decoder()