Home
last modified time | relevance | path

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

/external/libxcam/cl_kernel/
Dkernel_gauss_lap_pyramid.cl373 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);
/external/libxcam/xcore/interface/
Dstitcher.cpp400 uint32_t seam_width, seam_height; in estimate_overlap()
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1020 int seam_height = (int)height; in prepare_arguments() local
1049 args.push_back (new CLArgumentT<int> (seam_height)); in prepare_arguments()