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

  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp 184 typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream); typedef
186 static const caller_t callers[5][33] =
row_filter.hpp 183 typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream); typedef
185 static const caller_t callers[5][33] =

Completed in 1655 milliseconds