Searched refs:arith_decode (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | jdarith.c | 115 arith_decode(j_decompress_ptr cinfo, unsigned char *st) in arith_decode() function 280 if (arith_decode(cinfo, st) == 0) in decode_mcu_DC_first() 285 sign = arith_decode(cinfo, st + 1); in decode_mcu_DC_first() 288 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu_DC_first() 290 while (arith_decode(cinfo, st)) { in decode_mcu_DC_first() 310 if (arith_decode(cinfo, st)) v |= m; in decode_mcu_DC_first() 355 if (arith_decode(cinfo, st)) break; /* EOB flag */ in decode_mcu_AC_first() 356 while (arith_decode(cinfo, st + 1) == 0) { in decode_mcu_AC_first() 366 sign = arith_decode(cinfo, entropy->fixed_bin); in decode_mcu_AC_first() 369 if ((m = arith_decode(cinfo, st)) != 0) { in decode_mcu_AC_first() [all …]
|