HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 276 - 300 of 671) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 51 private final Plane triPlane = new Plane();
221 // we are travelling exactly parrallel to the plane
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 234 // // no left plane
346 //The left node right border is the plane most right
353 //The right node left border is the plane most left
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 89 //plane sailing...
112 * Calculate a plane sailing situation - i.e. where Lats are the same
453 //plane sailing
  /external/webp/src/enc/
alpha.c 8 // Alpha-plane compression.
30 // 'method = 1' - Use lossless coder on the alpha plane only
198 // 16 alpha levels gives quite a low MSE w.r.t original alpha plane hence
  /frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c 63 M4VIFI_ImagePlane *pDecYuvData; // Pointer to Yuv data plane
64 M4VIFI_ImagePlane *pDecYuvWithEffect; // Pointer to Yuv plane with color effect
311 * @param pOutputPlane:(OUT) Output plane filled with decoded data
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 410 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
413 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) {
439 (GLenum)plane,
453 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
456 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
471 (GLenum)plane,
482 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
485 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) {
511 (GLenum)plane,
525 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) *
    [all...]
  /frameworks/native/opengl/libs/
trace.in 55 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation)
57 TRACE_GL_VOID(glClipPlanefOES, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation)
58 TRACE_GL_VOID(glClipPlanex, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation)
60 TRACE_GL_VOID(glClipPlanexOES, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation
    [all...]
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 22 YUV 4:2:0 image with a plane of 8 bit Y samples followed by an interleaved
23 U/V plane containing 8 bit 2x2 subsampled chroma samples.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVProjectionGenerator.java 150 if((xSideFactor>-3 || xSideFactor<3) && ySideFactor<0) {//the triangle is on the splitting plane
211 if((xSideFactor>-3 || xSideFactor<3) && ySideFactor<0) {//the triangle is on the splitting plane
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 153 // The xzp vector is the projection of the look vector on the xz plane
223 // squared length of the camera projection in the xz-plane
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm 33 ; Border copy for Y plane
84 ble extra_y_copy_needed ; plane stride < 128
  /external/quake/quake/src/QW/client/
gl_model.h 132 mplane_t *plane; member in struct:msurface_s
170 mplane_t *plane; member in struct:mnode_s
model.h 120 mplane_t *plane; member in struct:msurface_s
150 mplane_t *plane; member in struct:mnode_s
  /external/quake/quake/src/WinQuake/
gl_model.h 128 mplane_t *plane; member in struct:msurface_s
166 mplane_t *plane; member in struct:mnode_s
model.h 109 mplane_t *plane; member in struct:msurface_s
139 mplane_t *plane; member in struct:mnode_s
sv_phys.cpp 281 if (trace.plane.normal[2] > 0.7)
290 if (!trace.plane.normal[2])
307 // cliped to another plane
314 VectorCopy (trace.plane.normal, planes[numplanes]);
334 { // go along this plane
874 d = DotProduct (trace->plane.normal, forward);
881 i = DotProduct (trace->plane.normal, ent->u.v.velocity);
882 VectorScale (trace->plane.normal, i, into);
1033 if (downtrace.plane.normal[2] > 0.7)
1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff)
    [all...]
  /external/skia/src/gpu/
GrReducedClip.cpp 362 // unioning the infinite plane with anything is a no-op.
377 // subtracting the whole plane will yield the empty set.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 757 * [in] pCurrPointPos Position of the current macroblock in the current plane.
905 * [in] pCurrPointPos Position of the current macroblock in the current plane.
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1194 int plane,
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1202 int plane,
1206 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1209 int plane,
1214 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1217 int plane,
    [all...]
  /frameworks/rs/scriptc/
rs_allocation.rsh 362 * Coordinates are in the dimensions of the Y plane
370 * Coordinates are in the dimensions of the Y plane
  /hardware/qcom/display/libhwcomposer/
hwc_fbupdate.cpp 84 //XXX: FB layer plane alpha is currently sent as zero from
196 //XXX: FB layer plane alpha is currently sent as zero from
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 362 * Coordinates are in the dimensions of the Y plane
370 * Coordinates are in the dimensions of the Y plane
  /external/ceres-solver/docs/
bundleadjustment.tex 6 Given a set of measured image feature locations and correspondences, the goal of bundle adjustment is to find 3D point positions and camera parameters that minimize the reprojection error. This optimization problem is usually formulated as a non-linear least squares problem, where the error is the squared $L_2$ norm of the difference between the observed feature location and the projection of the corresponding 3D point on the image plane of the camera. Ceres has extensive support for solving bundle adjustment problems.
  /external/chromium/base/
utf_string_conversion_utils.cc 94 // Thie code point is in the Basic Multilingual Plane (BMP).
  /external/freetype/include/freetype/
fttrigon.h 178 * the 2d plane.

Completed in 935 milliseconds

<<11121314151617181920>>