Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dfeature_match.cpp128 int final_overlap_width = last_overlap_width + x_offset; in adjust_stitch_area() local
129 final_overlap_width = XCAM_ALIGN_AROUND (final_overlap_width, 8); in adjust_stitch_area()
130 XCAM_ASSERT (final_overlap_width >= _config.sitch_min_width); in adjust_stitch_area()
131 int center = final_overlap_width / 2; in adjust_stitch_area()
136 stitch0.pos_x = dst_width - final_overlap_width + stitch1.pos_x; in adjust_stitch_area()
139 float delta_offset = final_overlap_width - last_overlap_width; in adjust_stitch_area()