Searched defs:MIN (Results 1 – 15 of 15) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common.h | 27 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.h | 43 #define MIN(a,b) ((a)>(b)?(b):(a)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 47 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 45 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegDecoder.cpp | 204 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | error_concealment.c | 19 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 64 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 137 #define MIN(a, b) ((a)>(b)?(b):(a)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 594 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/ril/libril/ |
D | ril.cpp | 81 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 65 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|