Searched refs:XCAM_CLAMP (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/xcore/ |
D | xcam_utils.cpp | 40 return XCAM_CLAMP (img_x, 0.0f, img_width - 1.0f); in transform_bowl_coord_to_image_x() 55 img_y = XCAM_CLAMP (img_y, 0.0f, wall_image_height - 1.0f); in transform_bowl_coord_to_image_y() 66 cur_semimajor = XCAM_CLAMP (cur_semimajor, min_semimajor, max_semimajor); in transform_bowl_coord_to_image_y() 69 img_y = XCAM_CLAMP (img_y, wall_image_height, img_height - 1.0f); in transform_bowl_coord_to_image_y()
|
/external/libxcam/xcore/base/ |
D | xcam_defs.h | 69 #define XCAM_CLAMP(v, min, max) \ macro
|
/external/libxcam/modules/soft/ |
D | soft_blender.cpp | 270 value = XCAM_CLAMP (value, 0.0f, 255.0f); in init_first_masks()
|