Home
last modified time | relevance | path

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

/external/jpeg/
Djdphuff.c327 r = GET_BITS(s); in decode_mcu_DC_first()
400 r = GET_BITS(s); in decode_mcu_AC_first()
411 r = GET_BITS(r); in decode_mcu_AC_first()
470 if (GET_BITS(1)) in decode_mcu_DC_refine()
544 if (GET_BITS(1)) in decode_mcu_AC_refine()
553 r = GET_BITS(r); in decode_mcu_AC_refine()
568 if (GET_BITS(1)) { in decode_mcu_AC_refine()
602 if (GET_BITS(1)) { in decode_mcu_AC_refine()
Djdhuff.c410 code = GET_BITS(l); in jpeg_huff_decode()
418 code |= GET_BITS(1); in jpeg_huff_decode()
639 r = GET_BITS(s); in decode_mcu()
665 r = GET_BITS(s); in decode_mcu()
755 r = GET_BITS(s); in decode_mcu_discard_coef()
Djdhuff.h145 #define GET_BITS(nbits) \ macro
/external/qemu/distrib/jpeg-6b/
Djdphuff.c331 r = GET_BITS(s); in decode_mcu_DC_first()
404 r = GET_BITS(s); in decode_mcu_AC_first()
415 r = GET_BITS(r); in decode_mcu_AC_first()
474 if (GET_BITS(1)) in decode_mcu_DC_refine()
548 if (GET_BITS(1)) in decode_mcu_AC_refine()
557 r = GET_BITS(r); in decode_mcu_AC_refine()
572 if (GET_BITS(1)) { in decode_mcu_AC_refine()
606 if (GET_BITS(1)) { in decode_mcu_AC_refine()
Djdhuff.c410 code = GET_BITS(l); in jpeg_huff_decode()
418 code |= GET_BITS(1); in jpeg_huff_decode()
639 r = GET_BITS(s); in decode_mcu()
665 r = GET_BITS(s); in decode_mcu()
755 r = GET_BITS(s); in decode_mcu_discard_coef()
Djdhuff.h145 #define GET_BITS(nbits) \ macro
/external/bzip2/
Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ macro
68 GET_BITS(lll,uuu,8)
71 GET_BITS(lll,uuu,1)
89 GET_BITS(label1, zvec, zn); \
206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
318 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c1378 #define GET_BITS(lll,vvv,nnn) \ macro
1403 GET_BITS(lll,uuu,8)
1406 GET_BITS(lll,uuu,1)
1424 GET_BITS(label1, zvec, zn); \
1556 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
1601 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
1637 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1639 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1668 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c1393 #define GET_BITS(lll,vvv,nnn) \ macro
1418 GET_BITS(lll,uuu,8)
1421 GET_BITS(lll,uuu,1)
1439 GET_BITS(label1, zvec, zn); \
1571 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
1616 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1654 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1683 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
Dvarinfo6.c1431 #define GET_BITS(lll,vvv,nnn) \ macro
1456 GET_BITS(lll,uuu,8)
1459 GET_BITS(lll,uuu,1)
1477 GET_BITS(label1, zvec, zn); \
1609 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
1654 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
1690 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1692 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1722 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c1402 #define GET_BITS(lll,vvv,nnn) \ macro
1427 GET_BITS(lll,uuu,8)
1430 GET_BITS(lll,uuu,1)
1448 GET_BITS(label1, zvec, zn); \
1580 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
1625 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
1661 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1663 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1692 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
/external/valgrind/main/perf/
Dbz2.c1393 #define GET_BITS(lll,vvv,nnn) \ macro
1418 GET_BITS(lll,uuu,8)
1421 GET_BITS(lll,uuu,1)
1439 GET_BITS(label1, zvec, zn); \
1571 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
1616 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1654 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
1683 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()