Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcarith.c47 unsigned char fixed_bin[4]; member
501 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_first()
508 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_first()
571 st = entropy->fixed_bin; /* use fixed probability estimation */ in encode_mcu_DC_refine()
648 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_refine()
659 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_refine()
778 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu()
781 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu()
926 entropy->fixed_bin[0] = 113; in jinit_arith_encoder()
Djdarith.c44 unsigned char fixed_bin[4]; member
359 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first()
409 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
474 if (arith_decode(cinfo, entropy->fixed_bin)) in decode_mcu_AC_refine()
587 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu()
752 entropy->fixed_bin[0] = 113; in jinit_arith_decoder()
/external/opencv3/3rdparty/libjpeg/
Djcarith.c45 unsigned char fixed_bin[4]; member
504 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_first()
511 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()
657 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu_AC_refine()
668 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu_AC_refine()
794 arith_encode(cinfo, entropy->fixed_bin, 0); in encode_mcu()
797 arith_encode(cinfo, entropy->fixed_bin, 1); in encode_mcu()
942 entropy->fixed_bin[0] = 113; in jinit_arith_encoder()
Djdarith.c42 unsigned char fixed_bin[4]; member
364 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first()
414 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
485 if (arith_decode(cinfo, entropy->fixed_bin)) in decode_mcu_AC_refine()
604 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu()
769 entropy->fixed_bin[0] = 113; in jinit_arith_decoder()