Home
last modified time | relevance | path

Searched refs:LOCAL_INLINE (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless.c85 # define LOCAL_INLINE __attribute__ ((noinline)) macro
87 # define LOCAL_INLINE WEBP_INLINE macro
90 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3()
96 #undef LOCAL_INLINE
Dlossless_enc.c756 # define LOCAL_INLINE __attribute__ ((noinline)) macro
758 # define LOCAL_INLINE WEBP_INLINE macro
761 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3()
767 #undef LOCAL_INLINE