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

1 2 3 4 5 6 7 891011>>

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
gl.in 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation)
187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation)
250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
  /external/libyuv/files/source/
convert_from.cc 71 // Copy Y plane
76 // UpSample U plane.
88 // UpSample V plane.
131 // Copy Y plane
139 // Upsample U plane.
146 // Upsample V plane.
181 // Copy Y plane
190 // Resample U plane.
197 // Resample V plane.
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c     [all...]
M4xVSS_internal.c 258 * YUV420 plane size
420 * YUV420 plane size
438 M4VS, (M4OSA_Char*)"M4xVSS_internalConvertRGBtoYUV: Output plane YUV");
1829 M4OSA_UInt8* plane = planeIn; local
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 52 } Plane;
146 static const int DRAG_MODEL_PLANE = 1; // Drag relative to projected point on plane of carousel
186 float cardRotation; // rotation of card in XY plane relative to Z=1
244 // Default plane of the carousel. Used for angular motion estimation in view.
245 static Plane carouselPlane = {
248 0.0f // plane constant (= -dot(P, N))
289 static bool rayPlaneIntersect(Ray* ray, Plane* plane, float* tout);
    [all...]
  /external/quake/quake/src/QW/client/
pmove.c 156 if (trace.plane.normal[2] > 0.7)
160 if (!trace.plane.normal[2])
167 // cliped to another plane
174 VectorCopy (trace.plane.normal, planes[numplanes]);
194 { // go along this plane
289 if ( trace.plane.normal[2] < 0.7)
594 if ( tr.plane.normal[2] < 0.7)
bothdefs.h 69 #define ON_EPSILON 0.1 // point on plane side epsilon
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
  /external/webp/include/webp/
encode.h 108 int alpha_compression; // Algorithm for encoding the alpha plane (0 = none,
110 int alpha_filtering; // Predictive filtering method for alpha plane.
283 uint8_t* a; // pointer to the alpha plane
284 int a_stride; // stride of the alpha plane
288 uint32_t* argb; // Pointer to argb (32 bit) plane.
450 // Helper function: given a width x height plane of YUV(A) samples
457 // alpha plane can be ignored altogether e.g.).
  /hardware/qcom/display/libcopybit/
c2d2.h 320 /* Structure for registering a YUV plane(s) as a blit surface */
328 void *plane1; /* holds UV or VU plane for planar interleaved */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
467 * one or all plane and stride fields in definition structure
473 * all plane and stride fields in definition structure are ignored */
    [all...]
  /external/icu4c/i18n/
astro.h 61 * the plane of the earth's orbit around the Sun.
63 * specifies the position north or south of the plane of the ecliptic.
64 * The longitude specifies the position along the ecliptic plane
109 * position north or south of the plane of the ecliptic,
117 * This specifies an object's position along the ecliptic plane
131 * object in the sky relative to the plane of the earth's equator.
135 * of the equatorial plane.
195 * This is the position north or south of the equatorial plane,
471 * crosses the earth's equatorial plane at the vernal equinox.
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 168 hb_codepoint_t plane = ch >> 16; local
169 if (likely (plane == 0))
190 switch (plane) {
  /external/icu4c/extra/uconv/
uconv.1.in 298 for plane 0 characters, and
310 for plane 0 characters, and
322 for plane 0 characters, and
  /external/svox/pico/lib/
picospho.c 462 picoos_uint8 plane, unshifted; local
464 unshifted = picotrns_unplane(sym,&plane);
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
939 picoos_uint8 plane; local
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 29 "process the luma plane only",
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller_unittest.mm 136 @"It's not a bird, it's not a plane, it must be Dave who's on the train";
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 22 * This is a 2D rotation in the plane \c J of angle \f$ \theta \f$ defined by
139 * found in Anderson (2000), Discontinuous Plane Rotations and the Symmetric Eigenvalue Problem.
262 * Applies the rotation in the plane \a j to the rows \a p and \a q of \c *this, i.e., it computes B = J * B,
277 * Applies the rotation in the plane \a j to the columns \a p and \a q of \c *this, i.e., it computes B = B * J
  /external/eigen/blas/
level1_real_impl.h 82 // performs rotation of points in the modified plane.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AreaUtils.java 69 // Where is the center point and a radius point that lies in a plan parallel to the view plane?
  /external/jmonkeyengine/engine/src/test/jme3test/asset/
TestUrlLoading.java 57 // create a simple plane/quad
  /external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestMipMapGen.java 61 // create a simple plane/quad
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 151 ENTROPY_CONTEXT_PLANES *above_context; /* row of context for each plane */
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 101 /* calculate center distanse from arm plane */
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 41 Uint16 depth; /* bits per plane */
SDL_xbios_milan.h 109 unsigned long planeWarp; /* # of Bytes to next plane */

Completed in 583 milliseconds

1 2 3 4 5 6 7 891011>>