Home
last modified time | relevance | path

Searched refs:OCL_OP_ADD (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Darithm.cpp1426 enum { OCL_OP_ADD=0, OCL_OP_SUB=1, OCL_OP_RSUB=2, OCL_OP_ABSDIFF=3, OCL_OP_MUL=4, enumerator
2252 arithm_op(src1, src2, dst, mask, dtype, getAddTab(), false, 0, OCL_OP_ADD ); in add()