HomeSort by relevance Sort by last modified time
    Searched refs:SHL_NEG (Results 1 - 12 of 12) sorted by null

  /external/libavc/common/mips/
ih264_platform_macros.h 59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libavc/common/x86/
ih264_platform_macros.h 62 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libhevc/common/mips/
ihevc_platform_macros.h 59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libmpeg2/common/arm/
icv_platform_macros.h 106 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift)))
  /external/libmpeg2/common/armv8/
icv_platform_macros.h 84 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift)))
  /external/libmpeg2/common/mips/
icv_platform_macros.h 90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift)))
  /external/libmpeg2/common/x86/
icv_platform_macros.h 90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift)))
  /external/libhevc/common/
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/
ih264_platform_macros.h 127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libavc/common/armv8/
ih264_platform_macros.h 127 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libhevc/common/x86/
ihevc_platform_macros.h 60 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libhevc/common/arm/
ihevc_platform_macros.h 115 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))

Completed in 1221 milliseconds