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

  /external/opencv3/modules/imgproc/src/
clahe.cpp 293 int ty2 = ty1 + 1; local
298 ty2 = std::min(ty2, tilesY_ - 1);
301 const T* lutPlane2 = lut_.ptr<T>(ty2 * tilesX_);
  /external/llvm/test/Bindings/OCaml/
core.ml 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in var
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]

Completed in 72 milliseconds