Home | History | Annotate | Download | only in src

Lines Matching refs:DEPTH

131         const int sdepth = src1.empty() ? src2.depth() : src1.depth();
334 template <int DEPTH, int cn> struct NppShiftFunc
336 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
340 template <int DEPTH> struct NppShiftFunc<DEPTH, 1>
342 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
347 template <int DEPTH, int cn, typename NppShiftFunc<DEPTH, cn>::func_t func> struct NppShift
349 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
365 template <int DEPTH, typename NppShiftFunc<DEPTH, 1>::func_t func> struct NppShift<DEPTH, 1, func>
367 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
399 CV_Assert( src.depth() < CV_32F );
404 funcs[src.depth()][src.channels() - 1](src, val, dst, StreamAccessor::getStream(stream));
423 CV_Assert( src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S );
428 funcs[src.depth()][src.channels() - 1](src, val, dst, StreamAccessor::getStream(stream));