Searched refs:arith_encode (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | jcarith.c | 221 arith_encode (j_compress_ptr cinfo, unsigned char *st, int val) in arith_encode() function 402 arith_encode(cinfo, st, 0); in encode_mcu_DC_first() 406 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 410 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first() 415 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first() 422 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 427 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 432 arith_encode(cinfo, st, 0); in encode_mcu_DC_first() 441 arith_encode(cinfo, st, (m & v) ? 1 : 0); in encode_mcu_DC_first() 496 arith_encode(cinfo, st, 0); /* EOB decision */ in encode_mcu_AC_first() [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcarith.c | 219 arith_encode (j_compress_ptr cinfo, unsigned char *st, int val) in arith_encode() function 400 arith_encode(cinfo, st, 0); in encode_mcu_DC_first() 404 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 408 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first() 413 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */ in encode_mcu_DC_first() 420 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 425 arith_encode(cinfo, st, 1); in encode_mcu_DC_first() 430 arith_encode(cinfo, st, 0); in encode_mcu_DC_first() 439 arith_encode(cinfo, st, (m & v) ? 1 : 0); in encode_mcu_DC_first() 499 arith_encode(cinfo, st, 0); /* EOB decision */ in encode_mcu_AC_first() [all …]
|