HT 117 modules/imgproc/src/opencl/histogram.cl #ifndef HT HT 129 modules/imgproc/src/opencl/histogram.cl __global HT * hist = (__global HT *)(histptr + hist_offset); HT 131 modules/imgproc/src/opencl/histogram.cl HT res = (HT)(0); HT 135 modules/imgproc/src/opencl/histogram.cl hist[i] = (HT)(0); HT 153 modules/imgproc/src/opencl/histogram.cl *(__global HT *)(histptr + mad24(lid, hist_step, hist_offset)) = res; HT 1749 modules/imgproc/src/smooth.cpp HT coarse[16]; HT 1750 modules/imgproc/src/smooth.cpp HT fine[16][16]; HT 1757 modules/imgproc/src/smooth.cpp static inline void histogram_add_simd( const HT x[16], HT y[16] ) HT 1767 modules/imgproc/src/smooth.cpp static inline void histogram_sub_simd( const HT x[16], HT y[16] ) HT 1780 modules/imgproc/src/smooth.cpp static inline void histogram_add_simd( const HT x[16], HT y[16] ) HT 1786 modules/imgproc/src/smooth.cpp static inline void histogram_sub_simd( const HT x[16], HT y[16] ) HT 1797 modules/imgproc/src/smooth.cpp static inline void histogram_add( const HT x[16], HT y[16] ) HT 1801 modules/imgproc/src/smooth.cpp y[i] = (HT)(y[i] + x[i]); HT 1804 modules/imgproc/src/smooth.cpp static inline void histogram_sub( const HT x[16], HT y[16] ) HT 1808 modules/imgproc/src/smooth.cpp y[i] = (HT)(y[i] - x[i]); HT 1811 modules/imgproc/src/smooth.cpp static inline void histogram_muladd( int a, const HT x[16], HT 1812 modules/imgproc/src/smooth.cpp HT y[16] ) HT 1815 modules/imgproc/src/smooth.cpp y[i] = (HT)(y[i] + a * x[i]); HT 1827 modules/imgproc/src/smooth.cpp *((HT*)h.fine + x) op HT 1836 modules/imgproc/src/smooth.cpp HT CV_DECL_ALIGNED(16) luc[4][16]; HT 1840 modules/imgproc/src/smooth.cpp std::vector<HT> _h_coarse(1 * 16 * (STRIPE_SIZE + 2*r) * cn + 16); HT 1841 modules/imgproc/src/smooth.cpp std::vector<HT> _h_fine(16 * 16 * (STRIPE_SIZE + 2*r) * cn + 16); HT 1842 modules/imgproc/src/smooth.cpp HT* h_coarse = alignPtr(&_h_coarse[0], 16); HT 1843 modules/imgproc/src/smooth.cpp HT* h_fine = alignPtr(&_h_fine[0], 16); HT 1861 modules/imgproc/src/smooth.cpp COP( c, j, src[cn*j+c], += (cv::HT)(r+2) ); HT 1900 modules/imgproc/src/smooth.cpp HT* segment; HT 1919 modules/imgproc/src/smooth.cpp memset( &H[c].fine[k], 0, 16 * sizeof(HT) ); HT 1920 modules/imgproc/src/smooth.cpp for ( luc[c][k] = cv::HT(j-r); luc[c][k] < MIN(j+r+1,n); ++luc[c][k] ) HT 1926 modules/imgproc/src/smooth.cpp luc[c][k] = (HT)(j+r+1); HT 1963 modules/imgproc/src/smooth.cpp HT* segment; HT 1982 modules/imgproc/src/smooth.cpp memset( &H[c].fine[k], 0, 16 * sizeof(HT) ); HT 1983 modules/imgproc/src/smooth.cpp for ( luc[c][k] = cv::HT(j-r); luc[c][k] < MIN(j+r+1,n); ++luc[c][k] ) HT 1989 modules/imgproc/src/smooth.cpp luc[c][k] = (HT)(j+r+1);