Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1289 int out_reconstruct_offset_x = 0; in prepare_arguments() local
1292 out_reconstruct_offset_x = 0; in prepare_arguments()
1294 out_reconstruct_offset_x = get_output_reconstrcut_offset_x () / 8; in prepare_arguments()
1295 XCAM_ASSERT (out_reconstruct_offset_x * 8 == get_output_reconstrcut_offset_x ()); in prepare_arguments()
1303 args.push_back (new CLArgumentT<int> (out_reconstruct_offset_x)); in prepare_arguments()
1317 _layer, out_reconstruct_offset_x, out_reconstruct_width, out_reconstruct_height, in prepare_arguments()