HomeSort by relevance Sort by last modified time
    Searched refs:c_step1 (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxmatmul.cpp 137 size_t a_step0, a_step1, c_step0, c_step1, t_step; \
147 c_step0 = c_step1 = 0; \
149 c_step0 = c_step, c_step1 = 1; \
151 c_step0 = 1, c_step1 = c_step; \
186 for( j = 0; j <= d_size.width - 2; j += 2, c_data += 2*c_step1 )\
198 d_data[j+1] = arrtype(s1 + c_data[c_step1]*beta); \
202 for( ; j < d_size.width; j++, c_data += c_step1 ) \
230 c_data += c_step1 ) \
268 for( j = 0; j <= m - 4; j += 4, c_data += 4*c_step1 ) \
292 d_data[j+1] = arrtype(s1 + c_data[c_step1]*beta);
1113 int a_step0, a_step1, b_step0, b_step1, c_step0, c_step1; local
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 142 size_t a_step0, a_step1, c_step0, c_step1, t_step; local
152 c_step0 = c_step1 = 0;
154 c_step0 = c_step, c_step1 = 1;
156 c_step0 = 1, c_step1 = c_step;
196 for( j = 0; j <= d_size.width - 2; j += 2, c_data += 2*c_step1 )
208 d_data[j+1] = T(s1 + WT(c_data[c_step1])*beta);
212 for( ; j < d_size.width; j++, c_data += c_step1 )
238 c_data += c_step1 )
277 for( j = 0; j <= m - 4; j += 4, c_data += 4*c_step1 )
301 d_data[j+1] = T(s1 + WT(c_data[c_step1])*beta)
497 size_t c_step0, c_step1; local
1328 size_t a_step0, a_step1, b_step0, b_step1, c_step0, c_step1; local
    [all...]

Completed in 1555 milliseconds