Searched defs:MAX (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common.h | 28 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 103 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegDecoder.cpp | 205 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | error_concealment.c | 20 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 67 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 592 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 138 #define MAX(a, b) ((a)>(b)?(a):(b)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 598 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 64 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|