Searched refs:arith_decode (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c105 arith_decode (j_decompress_ptr cinfo, unsigned char *st) function
271 if (arith_decode(cinfo, st) == 0)
276 sign = arith_decode(cinfo, st + 1);
279 if ((m = arith_decode(cinfo, st)) != 0) {
281 while (arith_decode(cinfo, st)) {
301 if (arith_decode(cinfo, st)) v |= m;
346 if (arith_decode(cinfo, st)) break; /* EOB flag */
347 while (arith_decode(cinfo, st + 1) == 0) {
358 sign = arith_decode(cinfo, entropy->ac_stats[tbl] + 245);
361 if ((m = arith_decode(cinf
[all...]

Completed in 27 milliseconds