Home
last modified time | relevance | path

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

/external/libxcam/cl_kernel/
Dkernel_gauss_lap_pyramid.cl157 float in_sampler_offset_x, float in_sampler_offset_y,
180 input_gauss_pos.y = g_y / out_height + in_sampler_offset_y;
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1288 float in_sampler_offset_y = SAMPLER_POSITION_OFFSET / input_gauss_height; in prepare_arguments() local
1300 args.push_back (new CLArgumentT<float> (in_sampler_offset_y)); in prepare_arguments()
1318 in_sampler_offset_x, in_sampler_offset_y); in prepare_arguments()