Searched defs:GET_BIT (Results 1 – 11 of 11) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_chroma_intra_pred_filters_sse42_intr.c | 75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 94 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|
/external/bzip2/ |
D | decompress.c | 70 #define GET_BIT(lll,uuu) \ macro
|
/external/u-boot/lib/bzip2/ |
D | bzlib_decompress.c | 113 #define GET_BIT(lll,uuu) \ macro
|
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 63 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|
/external/libavc/common/ |
D | ih264_macros.h | 105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_constants.h | 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
/external/libhevc/common/ |
D | ihevc_chroma_intra_pred_filters.c | 88 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|
/external/u-boot/include/ |
D | edid.h | 24 #define GET_BIT(_x, _pos) \ macro
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
|