Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dfeature_match.cpp119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1) in adjust_stitch_area() argument
124 …int last_overlap_width = stitch1.pos_x + stitch1.width + (dst_width - (stitch0.pos_x + stitch0.wid… in adjust_stitch_area()
134 stitch1.pos_x = XCAM_ALIGN_AROUND (center - _config.sitch_min_width / 2, 8); in adjust_stitch_area()
135 stitch1.width = _config.sitch_min_width; in adjust_stitch_area()
136 stitch0.pos_x = dst_width - final_overlap_width + stitch1.pos_x; in adjust_stitch_area()
Dfeature_match.h80 void adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1);