Lines Matching refs:depth
162 const int depth = src1.depth();
164 CV_DbgAssert( depth <= CV_64F );
170 if (depth == CV_8U || depth == CV_16U)
180 if (depth == CV_8U && (src1_.cols & 3) == 0)
185 else if (depth == CV_16U && (src1_.cols & 1) == 0)
193 const func_t func = funcs_v1[op][depth];
235 const int depth = src.depth();
237 CV_DbgAssert( depth <= CV_64F );
240 funcs[op][depth](src, value[0], dst, stream);