remove the C3 kernels in arithm, as the oclMat will never store 3 channels data
authoryao <bitwangyaoyao@gmail.com>
Fri, 5 Apr 2013 13:29:29 +0000 (21:29 +0800)
committeryao <bitwangyaoyao@gmail.com>
Fri, 5 Apr 2013 13:29:29 +0000 (21:29 +0800)
commitbee970ab94384664c005142083e806bcf4a870f0
tree24d70f9294230bfdf4aa4adeaa6ba1785d853be7
parentbcc086baa997ebc64a237666283489d4f4040104
remove the C3 kernels in arithm, as the oclMat will never store 3 channels data
15 files changed:
modules/ocl/src/opencl/arithm_add.cl
modules/ocl/src/opencl/arithm_add_scalar.cl
modules/ocl/src/opencl/arithm_add_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_or_mask.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar_mask.cl
modules/ocl/src/opencl/arithm_sub.cl
modules/ocl/src/opencl/arithm_sub_scalar.cl
modules/ocl/src/opencl/arithm_sub_scalar_mask.cl
modules/ocl/test/test_arithm.cpp