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

  /external/opencv/cv/src/
cvpyramids.cpp 90 int buffer_step = Wdn; \
91 int pd_sz = (PD_SZ + 1)*buffer_step; \
102 int x1 = buffer_step; \
109 k += buffer_step; \
188 top_row += 2*buffer_step; \
288 int buffer_step = Wdn; \
289 int pu_sz = PU_SZ*buffer_step; \
306 k += buffer_step; \
396 top_row += buffer_step; \
    [all...]
cvderiv.cpp 50 int dst_width, buffer_step = 0; local
68 buffer_step = dst_step;
81 buffer_step = src_step;
88 buffer += buffer_step )
    [all...]

Completed in 557 milliseconds