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

  /external/opencv3/modules/cudev/include/opencv2/cudev/
common.hpp 78 // divUp
80 __host__ __device__ __forceinline__ int divUp(int total, int grain)
  /external/opencv3/modules/core/include/opencv2/core/cuda/
common.hpp 94 __host__ __device__ __forceinline__ int divUp(int total, int grain)
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVAlg.hpp 59 static T divUp(T a, T b)
  /frameworks/av/include/media/stagefright/foundation/
AUtils.h 35 inline static const T divUp(const T &nom, const T &den) {
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_opencl.hpp 26 static int divUp(int a, int b)
99 int nblocksx = divUp(size.width, BLOCK_COLS), nblocksy = divUp(size.height, BLOCK_ROWS);

Completed in 517 milliseconds