Home
last modified time | relevance | path

Searched defs:STD_MIN (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro