OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I0_step
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/opencl/
optical_flow_tvl1.cl
77
__kernel void warpBackwardKernel(__global const float* I0, int
I0_step
, int I0_col, int I0_row,
146
float I0Val = I0[y *
I0_step
+ x];
159
__kernel void warpBackwardKernelNoImage2d(__global const float* I0, int
I0_step
, int I0_col, int I0_row,
228
float I0Val = I0[y *
I0_step
+ x];
/external/opencv3/modules/video/src/
tvl1flow.cpp
248
int
I0_step
= (int)(I0.step / I0.elemSize());
249
idxArg = kernel.set(idxArg,
I0_step
);//
I0_step
[
all
...]
Completed in 141 milliseconds