Home
last modified time | relevance | path

Searched defs:yw (Results 1 – 9 of 9) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc702 int yw = 1024; in TEST_F() local
825 int yw = 1024; in TEST_F() local
948 int yw = 1024; in TEST_F() local
1055 int yw = 1024; in TEST_F() local
1163 int yw = 1024; in TEST_F() local
1268 int yw = 1024; in TEST_F() local
1425 int yw = 1024; in TEST_F() local
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DPhysicsHoverControl.java64 protected int yw = 2; field in PhysicsHoverControl
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java413 float yw = w * ys; in toRotationMatrix() local
458 float yw = w * ys; in toRotationMatrix() local
517 float yw = y * w * norm; in getRotationColumn() local
/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.cpp238 float yw = w * ys; in convertQuat() local
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DConverter.java158 float yw = oldQuaternion.getW() * ys; in convert() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c805 float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT() local
1257 float xw, yw; /* weights */ in img_filter_2d_linear() local
1301 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1346 float xw, yw; /* weights */ in img_filter_cube_linear() local
1391 float xw, yw, zw; /* interpolation weights */ in img_filter_3d_linear() local
/external/skia/tools/skpdiff/
DSkPMetric.cpp106 const float yw = 0.297361f + 0.627355f + 0.0752847f; in adobergb_to_cielab() local
/external/libvncserver/webclients/novnc/include/
Drfb.js1681 fbUpdateRequest = function(incremental, x, y, xw, yw) { argument
/external/deqp/framework/common/
DtcuVector.hpp133 …VecAccess<T, Size, 2> yw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 3… in yw() function in tcu::Vector