/external/chromium_org/third_party/libjpeg_turbo/ |
D | jdphuff.c | 329 r = GET_BITS(s); in decode_mcu_DC_first() 402 r = GET_BITS(s); in decode_mcu_AC_first() 413 r = GET_BITS(r); in decode_mcu_AC_first() 472 if (GET_BITS(1)) in decode_mcu_DC_refine() 546 if (GET_BITS(1)) in decode_mcu_AC_refine() 555 r = GET_BITS(r); in decode_mcu_AC_refine() 570 if (GET_BITS(1)) { in decode_mcu_AC_refine() 604 if (GET_BITS(1)) { in decode_mcu_AC_refine()
|
D | jdhuff.c | 457 code = GET_BITS(l); in jpeg_huff_decode() 465 code |= GET_BITS(1); in jpeg_huff_decode() 575 r = GET_BITS(s); in decode_mcu_slow() 601 r = GET_BITS(s); in decode_mcu_slow() 669 r = GET_BITS(s); in decode_mcu_fast() 690 r = GET_BITS(s); in decode_mcu_fast()
|
D | jdhuff.h | 159 #define GET_BITS(nbits) \ macro 226 s |= GET_BITS(1); \
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdphuff.c | 329 r = GET_BITS(s); in decode_mcu_DC_first() 402 r = GET_BITS(s); in decode_mcu_AC_first() 413 r = GET_BITS(r); in decode_mcu_AC_first() 472 if (GET_BITS(1)) in decode_mcu_DC_refine() 546 if (GET_BITS(1)) in decode_mcu_AC_refine() 555 r = GET_BITS(r); in decode_mcu_AC_refine() 570 if (GET_BITS(1)) { in decode_mcu_AC_refine() 604 if (GET_BITS(1)) { in decode_mcu_AC_refine()
|
D | fpdfapi_jdhuff.c | 413 code = GET_BITS(l); in jpeg_huff_decode() 421 code |= GET_BITS(1); in jpeg_huff_decode() 558 r = GET_BITS(s); in decode_mcu() 584 r = GET_BITS(s); in decode_mcu()
|
D | jdhuff.h | 144 #define GET_BITS(nbits) \ macro
|
/external/jpeg/ |
D | jdphuff.c | 327 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()
|
D | jdhuff.c | 410 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()
|
D | jdhuff.h | 145 #define GET_BITS(nbits) \ macro
|
/external/qemu/distrib/jpeg-6b/ |
D | jdphuff.c | 331 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()
|
D | jdhuff.c | 410 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()
|
D | jdhuff.h | 145 #define GET_BITS(nbits) \ macro
|
/external/bzip2/ |
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) 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/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 64 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 642 get_bits = GET_BITS(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 650 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_a9q() 749 get_bits = GET_BITS(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution_a9q() 756 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_a9q()
|
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); in ihevc_intra_pred_luma_ref_substitution_neonintr() 349 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr() 401 get_bits = GET_BITS(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution_neonintr() 408 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr()
|
/external/libhevc/common/ |
D | ihevc_intra_pred_filters.c | 77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro 445 get_bits = GET_BITS(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution() 453 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution() 552 get_bits = GET_BITS(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution() 559 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution()
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 1378 #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/exp-sgcheck/tests/ |
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) 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/memcheck/tests/ |
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) 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()
|
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) 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/perf/ |
D | 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) 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()
|
/external/libhevc/common/x86/ |
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); in ihevc_intra_pred_luma_ref_substitution_ssse3() 298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3() 352 get_bits = GET_BITS(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution_ssse3() 359 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3()
|
D | ihevc_intra_pred_filters_sse42_intr.c | 75 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|