Searched defs:GET_BITS (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | jdhuff.h | 144 #define GET_BITS(nbits) \ macro
|
/external/libjpeg-turbo/ |
D | jdhuff.h | 155 #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/opencv3/3rdparty/libjpeg/ |
D | jdhuff.c | 141 #define GET_BITS(nbits) \ 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/perf/ |
D | bz2.c | 1391 #define GET_BITS(lll,vvv,nnn) \ macro
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 1431 #define GET_BITS(lll,vvv,nnn) \ macro
|
D | origin5-bz2.c | 1393 #define GET_BITS(lll,vvv,nnn) \ macro
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1402 #define GET_BITS(lll,vvv,nnn) \ macro
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 1376 #define GET_BITS(lll,vvv,nnn) \ macro
|