Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

105     const uchar* src, int srcstep,                          \
121 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 1 )
126 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 2 )
127 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 3 )
128 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 4 )
134 const uchar* src, int srcstep, \
186 ICV_DEF_LUT_FUNC_8U( 8u, uchar )
226 uchar* lut_data;
227 uchar* shuffled_lut = 0;
289 shuffled_lut = (uchar*)cvStackAlloc(half_size*2);