HomeSort by relevance Sort by last modified time
    Searched refs:input_y_size (Results 1 - 2 of 2) sorted by null

  /external/libxcam/cl_kernel/
kernel_fisheye.cl 81 const float2 input_y_size, const FisheyeInfo info,
100 src_pos[i] = pos / input_y_size;
115 pos /= input_y_size;
  /external/libxcam/modules/ocl/
cl_fisheye_handler.cpp 87 float input_y_size[2]; local
91 input_y_size[0] = input_y_desc.width;
92 input_y_size[1] = input_y_desc.height;
109 (int)input_y_size[0], (int)input_y_size[1],
115 args.push_back (new CLArgumentTArray<float, 2> (input_y_size));

Completed in 191 milliseconds