Searched refs:seam_height (Results 1 – 3 of 3) sorted by relevance
373 int max_pos, int seam_height, int seam_stride)380 // group0 fill first half slice image curve y = [0, seam_height/2 - 1]381 // group1 fill send half slice image curve = [seam_height - 1, seam_height/2]382 int first_slice_h = seam_height / 2;383 int group_h = (group_id == 0 ? first_slice_h : seam_height - first_slice_h);392 int y = (group_id == 0 ? 0 : seam_height - 1);401 y = (group_id == 0 ? i : seam_height - i - 1);
400 uint32_t seam_width, seam_height; in estimate_overlap()
1020 int seam_height = (int)height; in prepare_arguments() local1049 args.push_back (new CLArgumentT<int> (seam_height)); in prepare_arguments()