Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp302 const CenterMark &left_center = _center_marks[idx]; in estimate_overlap() local
330 valid_left_img.pos_x = left_center.slice_center_x; in estimate_overlap()
340 uint32_t merge_width = out_right_center_x - left_center.out_center_x; 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()
363 out_overlap.pos_x = left_center.out_center_x + valid_left_img.width - overlap_width; in estimate_overlap()