Home
last modified time | relevance | path

Searched refs:slice_center_x (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp280 _center_marks[i].slice_center_x = slice_pos; in mark_centers()
330 valid_left_img.pos_x = left_center.slice_center_x; in estimate_overlap()
335 valid_right_img.width = right_center.slice_center_x - right_img_crop.left; in estimate_overlap()
336 valid_right_img.pos_x = right_center.slice_center_x - valid_right_img.width; in estimate_overlap()
354 …XCAM_ASSERT (left_img_overlap.pos_x >= (int32_t)left_center.slice_center_x && left_img_overlap.po… in estimate_overlap()
360 …>= (int32_t)right_img_crop.left && right_img_overlap.pos_x < (int32_t)right_center.slice_center_x); in estimate_overlap()
454 left.in_area.pos_x = mark_left.slice_center_x; in update_copy_areas()
476 right.in_area.width = (int32_t)mark_right.slice_center_x - right.in_area.pos_x; in update_copy_areas()
Dstitcher.h89 uint32_t slice_center_x; member
92 : slice_center_x (0) in CenterMark()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp518 float center_x = (float) _stitcher->get_center (left_idx).slice_center_x; in feature_match()
527 center_x = (float) _stitcher->get_center (right_idx).slice_center_x; in feature_match()