/external/libjpeg-turbo/ |
H A D | jdhuff.h | 60 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough 134 * before using GET_BITS, PEEK_BITS, or DROP_BITS. 139 * val = GET_BITS(n); 155 #define GET_BITS(nbits) \ macro 218 /* Don't use GET_BITS() here because we don't want to modify bits_left */ \ 222 s |= GET_BITS(1); \
|
/external/pdfium/third_party/libjpeg/ |
H A D | jdhuff.h | 62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough 123 * before using GET_BITS, PEEK_BITS, or DROP_BITS. 128 * val = GET_BITS(n); 144 #define GET_BITS(nbits) \ macro
|
/external/libhevc/common/arm/ |
H A D | ihevc_intra_ref_substitution_a9q.c | 64 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 655 get_bits = GET_BITS(nbr_flags_temp, 8); 663 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 794 get_bits = GET_BITS(nbr_flags, 16); 801 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
|
H A D | ihevc_intra_pred_filters_neon_intr.c | 70 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 341 get_bits = GET_BITS(nbr_flags_temp, 8); 349 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 401 get_bits = GET_BITS(nbr_flags, 16); 408 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
|
/external/bzip2/ |
H A D | decompress.c | 43 #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) 251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 318 GET_BITS(BZ_X_CODING_1, curr, 5);
|
/external/libhevc/common/ |
H A D | ihevc_intra_pred_filters.c | 77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 457 get_bits = GET_BITS(nbr_flags_temp, 8); 465 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 597 get_bits = GET_BITS(nbr_flags, 16); 604 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
|
/external/opencv3/3rdparty/libjpeg/ |
H A D | jdhuff.c | 59 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough 120 * before using GET_BITS, PEEK_BITS, or DROP_BITS. 125 * val = GET_BITS(n); 141 #define GET_BITS(nbits) \ macro 603 code = GET_BITS(l); 611 code |= GET_BITS(1); 737 r = GET_BITS(s); 814 r = GET_BITS(s); 823 r = GET_BITS(r); 883 if (GET_BITS( [all...] |
/external/libhevc/common/x86/ |
H A D | ihevc_intra_pred_filters_sse42_intr.c | 75 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
H A D | ihevc_intra_pred_filters_ssse3_intr.c | 78 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 290 get_bits = GET_BITS(nbr_flags_temp, 8); 298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 352 get_bits = GET_BITS(nbr_flags, 16); 359 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag);
|
/external/valgrind/VEX/switchback/ |
H A D | test_bzip2.c | 1376 #define GET_BITS(lll,vvv,nnn) \ macro 1401 GET_BITS(lll,uuu,8) 1404 GET_BITS(lll,uuu,1) 1422 GET_BITS(label1, zvec, zn); \ 1554 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) 1599 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 1635 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 1637 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 1666 GET_BITS(BZ_X_CODING_1, curr, 5);
|
/external/valgrind/exp-sgcheck/tests/ |
H A D | hackedbz2.c | 1402 #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) 1625 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 1661 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 1663 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 1692 GET_BITS(BZ_X_CODING_1, curr, 5);
|
/external/valgrind/memcheck/tests/ |
H A D | origin5-bz2.c | 1393 #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) 1616 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 1654 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 1683 GET_BITS(BZ_X_CODING_1, curr, 5);
|
H A D | varinfo6.c | 1431 #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) 1654 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 1690 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 1692 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 1722 GET_BITS(BZ_X_CODING_1, curr, 5);
|
/external/valgrind/perf/ |
H A D | bz2.c | 1391 #define GET_BITS(lll,vvv,nnn) \ macro 1416 GET_BITS(lll,uuu,8) 1419 GET_BITS(lll,uuu,1) 1437 GET_BITS(label1, zvec, zn); \ 1569 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) 1614 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 1650 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 1652 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 1681 GET_BITS(BZ_X_CODING_1, curr, 5);
|