Home
last modified time | relevance | path

Searched defs:GET_BIT (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
Dihevc_chroma_intra_pred_filters_ssse3_intr.c94 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
/external/bzip2/
Ddecompress.c70 #define GET_BIT(lll,uuu) \ macro
/external/u-boot/lib/bzip2/
Dbzlib_decompress.c113 #define GET_BIT(lll,uuu) \ macro
/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c63 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
/external/libavc/common/
Dih264_macros.h105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
/external/mesa3d/src/mesa/program/
Dprog_instruction.h61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c88 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
/external/u-boot/include/
Dedid.h24 #define GET_BIT(_x, _pos) \ macro
/external/u-boot/lib/lzma/
DLzmaDec.c28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro