Searched refs:Max (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.h295 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
H A Dtng_jpegES.c133 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm361 ;# RES = Max( RES, abs( A-B)), trashes TMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
7259 static RawType Max();
7344 inline float FloatingPoint<float>::Max() { return FLT_MAX; } function in class:testing::internal::FloatingPoint
7346 inline double FloatingPoint<double>::Max() { return DBL_MAX; } function in class:testing::internal::FloatingPoint

Completed in 214 milliseconds