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

  /external/libmpeg2/common/armv8/
impeg2_platform_macros.h 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x))
icv_platform_macros.h 60 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x))
  /external/libmpeg2/common/mips/
impeg2_platform_macros.h 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x))
icv_platform_macros.h 73 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libmpeg2/common/x86/
impeg2_platform_macros.h 40 #define CLIP_U12(x) ((x) > 4095) ? (4095) : (((x) < 0) ? (0) : (x))
icv_platform_macros.h 73 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libmpeg2/common/arm/
impeg2_platform_macros.h 49 static __inline WORD32 CLIP_U12(WORD32 x)
icv_platform_macros.h 67 static __inline WORD32 CLIP_U12(WORD32 x)
  /external/libavc/common/arm/
ih264_platform_macros.h 65 static __inline WORD32 CLIP_U12(WORD32 x)
104 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libavc/common/armv8/
ih264_platform_macros.h 65 static __inline WORD32 CLIP_U12(WORD32 x)
104 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libavc/common/mips/
ih264_platform_macros.h 47 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libavc/common/x86/
ih264_platform_macros.h 50 #define CLIP_U12(x) CLIP3(0, 4095, (x))
  /external/libhevc/common/mips/
ihevc_platform_macros.h 44 #define CLIP_U12(x) CLIP3((x), 0, 4095);
  /external/libhevc/common/arm/
ihevc_platform_macros.h 62 static __inline WORD32 CLIP_U12(WORD32 x)
99 #define CLIP_U12(x) CLIP3((x), 0, 4095);
  /external/libhevc/common/x86/
ihevc_platform_macros.h 48 #define CLIP_U12(x) CLIP3((x), 0, 4095);

Completed in 5821 milliseconds