OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_z
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
rasterize.rs
130
float
max_z
= 2300;
147
max_z
= tmp_max;
148
rsDebug("RRRRR >>>>>> getMinMax ", min_z,
max_z
);
154
uchar v = (uchar)(255 * (in.x - min_z) / (
max_z
- min_z));
/external/opencv3/samples/cpp/
stereo_match.cpp
30
const double
max_z
= 1.0e4;
local
37
if(fabs(point[2] -
max_z
) < FLT_EPSILON || fabs(point[2]) >
max_z
) continue;
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 130 milliseconds