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

  /external/libhevc/common/arm/
ihevc_platform_macros.h 68 static __inline WORD32 CLIP_S12(WORD32 x)
100 #define CLIP_S12(x) CLIP3((x), -2048, 2047);
  /external/libhevc/common/mips/
ihevc_platform_macros.h 45 #define CLIP_S12(x) CLIP3((x), -2048, 2047);
  /external/libhevc/common/x86/
ihevc_platform_macros.h 49 #define CLIP_S12(x) CLIP3((x), -2048, 2047);

Completed in 33 milliseconds