OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tbout
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp
232
typedef typename TConvVec2Base<Tout>::TBase
TBout
;
233
out.x = (
TBout
)(pix.x * w);
241
typedef typename TConvVec2Base<Tout>::TBase
TBout
;
242
out.x = (
TBout
)(pix.x * w);
243
out.y = (
TBout
)(pix.y * w);
244
out.z = (
TBout
)(pix.z * w);
252
typedef typename TConvVec2Base<Tout>::TBase
TBout
;
253
out.x = (
TBout
)(pix.x * w);
254
out.y = (
TBout
)(pix.y * w);
255
out.z = (
TBout
)(pix.z * w)
[
all
...]
Completed in 535 milliseconds