Home
last modified time | relevance | path

Searched refs:buffer_step (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvpyramids.cpp90 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; \
Dcvderiv.cpp50 int dst_width, buffer_step = 0; in icvSepConvSmall3_32f() local
68 buffer_step = dst_step; in icvSepConvSmall3_32f()
81 buffer_step = src_step; in icvSepConvSmall3_32f()
88 buffer += buffer_step ) in icvSepConvSmall3_32f()