Searched refs:SHL_NEG (Results 1 - 12 of 12) sorted by relevance
/external/libavc/common/mips/ |
H A D | ih264_platform_macros.h | 59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libavc/common/x86/ |
H A D | ih264_platform_macros.h | 62 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libhevc/common/mips/ |
H A D | ihevc_platform_macros.h | 59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libmpeg2/common/arm/ |
H A D | icv_platform_macros.h | 106 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
|
/external/libmpeg2/common/armv8/ |
H A D | icv_platform_macros.h | 84 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
|
/external/libmpeg2/common/mips/ |
H A D | icv_platform_macros.h | 90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
|
/external/libmpeg2/common/x86/ |
H A D | icv_platform_macros.h | 90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) macro
|
/external/libhevc/common/ |
H A D | ihevc_trans_macros.h | 144 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 D | ih264_platform_macros.h | 127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libavc/common/armv8/ |
H A D | ih264_platform_macros.h | 127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libhevc/common/x86/ |
H A D | ihevc_platform_macros.h | 60 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
/external/libhevc/common/arm/ |
H A D | ihevc_platform_macros.h | 115 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift)) macro
|
Completed in 390 milliseconds