Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Djdphuff.c329 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()
Djdhuff.c457 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()
Djdhuff.h159 #define GET_BITS(nbits) \ macro
226 s |= GET_BITS(1); \
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdphuff.c329 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()
Dfpdfapi_jdhuff.c413 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()
Djdhuff.h144 #define GET_BITS(nbits) \ macro
/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/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c64 #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()
Dihevc_intra_pred_filters_neon_intr.c70 #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/
Dihevc_intra_pred_filters.c77 #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/
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/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/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/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()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_ssse3_intr.c78 #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()
Dihevc_intra_pred_filters_sse42_intr.c75 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro