Searched defs:GET_BITS (Results 1 – 14 of 14) sorted by relevance
| /external/pdfium/core/src/fxcodec/libjpeg/ |
| D | jdhuff.h | 144 #define GET_BITS(nbits) \ macro
|
| /external/jpeg/ |
| D | jdhuff.h | 145 #define GET_BITS(nbits) \ macro
|
| /external/qemu/distrib/jpeg-6b/ |
| D | jdhuff.h | 145 #define GET_BITS(nbits) \ macro
|
| /external/bzip2/ |
| D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ macro
|
| /external/libhevc/common/arm/ |
| D | ihevc_intra_ref_substitution_a9q.c | 64 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
| D | ihevc_intra_pred_filters_neon_intr.c | 70 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
| /external/libhevc/common/ |
| D | ihevc_intra_pred_filters.c | 77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
| /external/libhevc/common/x86/ |
| D | ihevc_intra_pred_filters_sse42_intr.c | 75 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
| D | ihevc_intra_pred_filters_ssse3_intr.c | 78 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) macro
|
| /external/valgrind/main/memcheck/tests/ |
| D | origin5-bz2.c | 1393 #define GET_BITS(lll,vvv,nnn) \ macro
|
| D | varinfo6.c | 1431 #define GET_BITS(lll,vvv,nnn) \ macro
|
| /external/valgrind/main/exp-sgcheck/tests/ |
| D | hackedbz2.c | 1402 #define GET_BITS(lll,vvv,nnn) \ macro
|
| /external/valgrind/main/perf/ |
| D | bz2.c | 1393 #define GET_BITS(lll,vvv,nnn) \ macro
|
| /external/valgrind/main/VEX/switchback/ |
| D | test_bzip2.c | 1378 #define GET_BITS(lll,vvv,nnn) \ macro
|