Searched refs:declcn (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1298 String declsrc, decldst, declproc, declcn, indexdecl; in ocl_mixChannels() local 1321 …declcn += format(" -D scn%d=%d -D dcn%d=%d", i, src[src_idx].channels(), i, dst[dst_idx].channels(… in ocl_mixChannels() 1328 declproc.c_str(), indexdecl.c_str(), declcn.c_str())); in ocl_mixChannels()
|