Searched refs:right_img_crop (Results 1 – 3 of 3) sorted by relevance
305 const ImageCropInfo &right_img_crop = _crop_info[next_idx]; in estimate_overlap() local335 valid_right_img.width = right_center.slice_center_x - right_img_crop.left; in estimate_overlap()337 valid_right_img.pos_y = right_img_crop.top; in estimate_overlap()338 valid_right_img.height = right.height - right_img_crop.top - right_img_crop.bottom; in estimate_overlap()360 …XCAM_ASSERT (right_img_overlap.pos_x >= (int32_t)right_img_crop.left && right_img_overlap.pos_x < … in estimate_overlap()
46 Rect &left_img_crop, Rect &right_img_crop, int dst_width);