Searched refs:V1_CC (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.hpp | 66 template <typename T> __device__ T& V1_CC(int i, int j, int k); 152 template <typename T> __device__ __forceinline__ T& BGPixelStat::V1_CC(int i, int j, int k) in V1_CC() function in fgd::BGPixelStat
|
D | fgd.cu | 323 OT v1 = c_stat.V1_CC<OT>(i, j, k); in bgfgClassification() 450 OT v1 = c_stat.V1_CC<OT>(i, j, k); in updateBackgroundModel() 485 c_stat.V1_CC<OT>(i, j, indx) = Output<OT>::make(prevVal.x, prevVal.y, prevVal.z); in updateBackgroundModel() 502 const OT V1_CC_indx = c_stat.V1_CC<OT>(i, j, indx); in updateBackgroundModel() 531 v1_tmp1 = c_stat.V1_CC<OT>(i, j, l); in updateBackgroundModel() 532 c_stat.V1_CC<OT>(i, j, l) = v1_tmp2; in updateBackgroundModel()
|