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

  /external/opencv/cxcore/src/
cxmatmul.cpp 129 const arrtype* c_data, size_t c_step, \
141 c_step /= sizeof(c_data[0]); \
149 c_step0 = c_step, c_step1 = 1; \
151 c_step0 = 1, c_step1 = c_step; \
486 icvGEMMStore_##flavor( const arrtype* c_data, size_t c_step, \
495 c_step /= sizeof(c_data[0]); \
502 c_step0 = c_step, c_step1 = 1; \
748 c_step = C->step\/sizeof(c[0]); local
874 c_step = C->step\/sizeof(c[0]); local
    [all...]