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

  /external/libhevc/common/arm/
ihevc_platform_macros.h 56 static __inline WORD32 CLIP_S10(WORD32 x)
97 #define CLIP_S10(x) CLIP3((x), -512, 511);
  /external/libhevc/common/mips/
ihevc_platform_macros.h 42 #define CLIP_S10(x) CLIP3((x), -512, 511);
  /external/libhevc/common/x86/
ihevc_platform_macros.h 46 #define CLIP_S10(x) CLIP3((x), -512, 511);

Completed in 148 milliseconds