Searched defs:WarpTestParam (Results 1 – 2 of 2) sorted by relevance
253 struct WarpTestParam { struct254 WarpTestParam(int width, int height) : width(width), height(height) {} in WarpTestParam() argument255 int width;256 int height;
45 typedef std::tuple<int, int, int, warp_affine_func> WarpTestParam; typedef