Searched refs:SHL_NEG (Results 1 - 12 of 12) sorted by relevance

/external/libavc/common/mips/
H A Dih264_platform_macros.h59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libavc/common/x86/
H A Dih264_platform_macros.h62 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libmpeg2/common/arm/
H A Dicv_platform_macros.h106 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
/external/libmpeg2/common/armv8/
H A Dicv_platform_macros.h84 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
/external/libmpeg2/common/mips/
H A Dicv_platform_macros.h90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
/external/libmpeg2/common/x86/
H A Dicv_platform_macros.h90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
/external/libhevc/common/
H A Dihevc_trans_macros.h144 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
164 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
/external/libavc/common/arm/
H A Dih264_platform_macros.h127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libavc/common/armv8/
H A Dih264_platform_macros.h127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h60 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h115 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro

Completed in 390 milliseconds