Searched defs:MAX (Results 1 - 20 of 20) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_common.h28 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h90 #ifndef MAX
91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h90 #ifndef MAX
91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HALHeader.h42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dconstants.h59 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpegdec_test.c44 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
45 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max))
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c66 #ifndef MAX
67 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Derror_concealment.c20 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
98 const int int_top = MAX(b1_row, b2_row); // top
99 const int int_left = MAX(b1_col, b2_col); // left
129 const int blk_idx = MAX(rel_ol_blk_row,0) * 4 + MAX(rel_ol_blk_col,0);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Domx_aac_aenc.h75 #define MAX(x,y) (x >= y?x:y) macro
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Domx_amr_aenc.h76 #define MAX(x,y) (x >= y?x:y) macro
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Domx_evrc_aenc.h75 #define MAX(x,y) (x >= y?x:y) macro
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Domx_qcelp13_aenc.h75 #define MAX(x,y) (x >= y?x:y) macro
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h107 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h597 #ifndef MAX
598 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
599 #endif /* MAX */
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c138 #define MAX(a, b) ((a)>(b)?(a):(b)) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c592 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
598 #define ARG_CTRL_CNT_MAX MAX(NELEMENTS(vp8_arg_ctrl_map), \
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp54 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
3981 DEBUG_PRINT_ERROR("Failed to set MAX MB control");
4208 gop_size = MAX(sub_gop_size, ROUND(nPframes + nBframes, sub_gop_size));
4252 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3));
5321 hybridp = MIN(MAX(maxDpb, ((hier_layers.numlayers + 1) / 2)), 16);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h64 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp54 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
1543 bufreq.count = MAX(*actual_buff_count, mBatchSize) + mBatchSize;
4765 DEBUG_PRINT_ERROR("Failed to set MAX MB control");
5002 gop_size = MAX(sub_gop_size, ROUND(nPframes + nBframes, sub_gop_size));
5046 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3));
6363 hybridp = MIN(MAX(maxDpb, ((hier_layers.numlayers + 1) / 2)), 16);

Completed in 652 milliseconds