HomeSort by relevance Sort by last modified time
    Searched defs:SHR_NEG (Results 1 - 11 of 11) sorted by null

  /external/libavc/common/arm/
ih264_platform_macros.h 126 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libavc/common/armv8/
ih264_platform_macros.h 126 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libavc/common/mips/
ih264_platform_macros.h 58 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libavc/common/x86/
ih264_platform_macros.h 61 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libhevc/common/arm/
ihevc_platform_macros.h 114 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libhevc/common/mips/
ihevc_platform_macros.h 58 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))
  /external/libmpeg2/common/arm/
icv_platform_macros.h 105 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift))))
  /external/libmpeg2/common/armv8/
icv_platform_macros.h 83 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift))))
  /external/libmpeg2/common/mips/
icv_platform_macros.h 89 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift))))
  /external/libmpeg2/common/x86/
icv_platform_macros.h 89 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift))))
  /external/libhevc/common/x86/
ihevc_platform_macros.h 59 #define SHR_NEG(val,shift) ((shift>0)?(val>>shift):(val<<(-shift)))

Completed in 426 milliseconds