Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcarith.c225 arith_encode(j_compress_ptr cinfo, unsigned char *st, int val) in arith_encode() function
406 arith_encode(cinfo, st, 0); in encode_mcu_DC_first()
410 arith_encode(cinfo, st, 1); in encode_mcu_DC_first()
414 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first()
419 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first()
426 arith_encode(cinfo, st, 1); in encode_mcu_DC_first()
431 arith_encode(cinfo, st, 1); in encode_mcu_DC_first()
436 arith_encode(cinfo, st, 0); in encode_mcu_DC_first()
445 arith_encode(cinfo, st, (m & v) ? 1 : 0); in encode_mcu_DC_first()
500 arith_encode(cinfo, st, 0); /* EOB decision */ in encode_mcu_AC_first()
[all …]