Home
last modified time | relevance | path

Searched refs:XCAM_ALIGN_AROUND (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/xcore/interface/
Dblender.cpp48 _merge_window.pos_x = XCAM_ALIGN_AROUND (_merge_window.pos_x, alignmend_x); in set_merge_window()
49 _merge_window.width = XCAM_ALIGN_AROUND (_merge_window.width, alignmend_x); in set_merge_window()
83 …_input_merge_area[index].pos_x = XCAM_ALIGN_AROUND (_input_merge_area[index].pos_x, get_alignment_… in set_input_merge_area()
84 …_input_merge_area[index].pos_y = XCAM_ALIGN_AROUND (_input_merge_area[index].pos_y, get_alignment_… in set_input_merge_area()
101 out_window.pos_x = XCAM_ALIGN_AROUND (out_window.pos_x, get_alignment_x ()); in auto_calc_merge_window()
102 out_window.width = XCAM_ALIGN_AROUND (out_window.width, get_alignment_x ()); in auto_calc_merge_window()
Dfeature_match.cpp129 final_overlap_width = XCAM_ALIGN_AROUND (final_overlap_width, 8); in adjust_stitch_area()
134 stitch1.pos_x = XCAM_ALIGN_AROUND (center - _config.sitch_min_width / 2, 8); in adjust_stitch_area()
Dstitcher.cpp208 aligned_start = XCAM_ALIGN_AROUND (aligned_start, _alignment_x); in estimate_round_slices()
265 …center_angle = XCAM_ALIGN_AROUND (out_pos, _alignment_x) / (float)_output_width * 360.0f - _out_st… in mark_centers()
277 slice_pos = XCAM_ALIGN_AROUND (slice_pos, _alignment_x); in mark_centers()
/external/libxcam/xcore/base/
Dxcam_defs.h114 #define XCAM_ALIGN_AROUND(value, align) (((value)+(align)/2)/(align)*(align)) macro
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp585 left_lap.pos_x = XCAM_ALIGN_AROUND (left_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_global_scale_blender_parameters()
588 right_lap.pos_x = XCAM_ALIGN_AROUND (right_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_global_scale_blender_parameters()
639 left_lap.pos_x = XCAM_ALIGN_AROUND (left_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_local_scale_blender_parameters()
642 right_lap.pos_x = XCAM_ALIGN_AROUND (right_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_local_scale_blender_parameters()