Home
last modified time | relevance | path

Searched refs:min_v (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/md_lib/
H A Dmotion_detect.h20 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (ma… argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/
H A Dmotion_detect.h20 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (max_v) : (a))) argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp4/
H A Drk_aiq_types_asharp_algo_int_v4.h54 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (max_v)… argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharpV33/
H A Drk_aiq_types_asharp_algo_int_v33.h54 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (max_v) : (a))) argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp3/
H A Drk_aiq_types_asharp_algo_int_v3.h52 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (max_v)… argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_comm.h81 #define CLIP(a, min_v, max_v) (((a) < (min_v)) ? (min_v) : (((a) > (max_v)) ? (max_v)… argument
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dcondition.c769 unsigned long min_v[2] = { 0, 0 }; in tomoyo_condition() local
1044 min_v[j] = value; in tomoyo_condition()
1065 min_v[0] = ptr->values[0]; in tomoyo_condition()
1073 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
1079 if ((min_v[0] <= ptr->values[1] && in tomoyo_condition()
1113 if ((min_v[0] <= max_v[1] && max_v[0] >= min_v[1]) == match) in tomoyo_condition()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c43 #define CLIP(x, min_v, max_v) MIN(MAX(x, min_v), max_v) argument
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c46 #define CLIP(x, min_v, max_v) MIN(MAX(x, min_v), max_v) argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dprint_edid.c411 r->min_v, r->max_v, r->min_h, r->max_h); in handle_detailed_print()
H A Dedid.h495 int min_v; member
H A Dinterpret_edid.c668 r->min_v = MIN_V; in get_monitor_ranges()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c465 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v; in handle_detailed_input()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c1147 det_mon->section.ranges.min_v; in handle_detailed_monset()
H A Dxf86Crtc.c1625 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; in handle_detailed_monrec()