OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_offset_x
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/opencl/
optical_flow_tvl1.cl
88
int
u1_offset_x
,
99
float u1Val = u1[(y + u1_offset_y) * u1_step + x +
u1_offset_x
];
243
int
u1_offset_x
,
254
float u1x = u1[(y + u1_offset_y) * u1_step + src_x1 +
u1_offset_x
] - u1[(y + u1_offset_y) * u1_step + x +
u1_offset_x
];
257
float u1y = u1[(src_y1 + u1_offset_y) * u1_step + x +
u1_offset_x
] - u1[(y + u1_offset_y) * u1_step + x +
u1_offset_x
];
314
int
u1_offset_x
,
328
float u1OldVal = u1[(y + u1_offset_y) * u1_step + x +
u1_offset_x
];
368
u1[(y + u1_offset_y) * u1_step + x +
u1_offset_x
] = u1NewVal
[
all
...]
/external/opencv3/modules/video/src/
tvl1flow.cpp
268
int
u1_offset_x
= (int)((u1.offset) % (u1.step));
local
269
u1_offset_x
= (int)(
u1_offset_x
/ u1.elemSize());
270
idxArg = kernel.set(idxArg, (int)
u1_offset_x
);//
u1_offset_x
309
int
u1_offset_x
= (int)(u1.offset % u1.step);
local
310
u1_offset_x
= (int) (
u1_offset_x
/ u1.elemSize());
311
idxArg = kernel.set(idxArg, (int)
u1_offset_x
); //int
u1_offset_x
344
int
u1_offset_x
= (int)(u1.offset % u1.step);
local
[
all
...]
Completed in 402 milliseconds