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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock_SAD.c 31 * pSrc - pointer to the source plane; must be aligned on an 8-byte
33 * srcStep - step of the source plane
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /external/quake/quake/src/QW/client/
vid_svgalib.c 109 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
127 for (plane=0 ; plane<4 ; plane++)
129 // select the correct plane for reading and writing
131 outb(1 << plane, 0x3C5);
133 outb(plane, 0x3CF);
141 backingbuf[(i + k) * 24 + (j << 2) + plane] =
146 (j << 2) + plane];
173 int i, j, k, plane, reps, repshift, offset, vidpage, off local
    [all...]
gl_rlight.c 199 splitplane = node->plane;
272 mplane_t *plane; local
288 plane = node->plane;
289 front = DotProduct (start, plane->normal) - plane->dist;
290 back = DotProduct (end, plane->normal) - plane->dist;
311 lightplane = plane;
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 108 int i, j, k, plane, reps, repshift, offset, vidpage, off; local
126 for (plane=0 ; plane<4 ; plane++)
128 // select the correct plane for reading and writing
130 outb(1 << plane, 0x3C5);
132 outb(plane, 0x3CF);
140 backingbuf[(i + k) * 24 + (j << 2) + plane] =
145 (j << 2) + plane];
172 int i, j, k, plane, reps, repshift, offset, vidpage, off local
    [all...]
gl_rlight.cpp 202 splitplane = node->plane;
275 mplane_t *plane; local
291 plane = node->plane;
292 front = DotProduct (start, plane->normal) - plane->dist;
293 back = DotProduct (end, plane->normal) - plane->dist;
314 lightplane = plane;
  /external/eigen/bench/btl/data/
action_settings.txt 19 rot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:100000
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 73 private Plane plane; field in class:WaterFilter
152 plane = new Plane(Vector3f.UNIT_Y, new Vector3f(0, waterHeight, 0).dot(Vector3f.UNIT_Y));
153 reflectionProcessor.setReflectionClipPlane(plane);
155 if (!ray.intersectsWherePlane(plane, targetLocation)) {
157 ray.intersectsWherePlane(plane, targetLocation);
160 Vector3f loc = plane.reflect(sceneCam.getLocation(), new Vector3f());
172 float planeDistance = plane.pseudoDistance(vars.vect1);
173 vars.vect2.set(plane.getNormal()).multLocal(planeDistance * 2.0f)
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 35 /* Y Plane */
72 /* U Plane */
108 /* V Plane */
153 /* Y Plane */
  /external/webp/src/utils/
quant_levels.h 8 // Alpha plane quantization utility
quant_levels_dec.h 8 // Alpha plane de-quantization utility
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Integer.c 41 * nSrcOrgStep - Stride of the original picture plane, expressed in terms
43 * nSrcRefStep - Stride of the reference picture plane, expressed in terms
46 * picture plane
47 * nCurrPointPos - position of the current block in the current plane
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 31 * frame/plane on a pixel basis. Note: This function will be used only when
43 * step - width of the destination plane
69 * pDst - pointer to the block in the destination plane; must be aligned on
209 /* Placing the linear array into the destination plane and clipping
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
i915_parser.js 70 i915FlipOpenSlice: function(ts, obj, plane) {
74 kthread.openSlice = 'flip:' + obj + '/' + plane;
312 var event = /plane=(\d+), obj=(\w+)/.exec(eventBase.details);
316 var plane = parseInt(event[1]);
319 this.i915FlipOpenSlice(ts, obj, plane);
324 plane: plane
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 100 int plane; local
102 for (plane = 0; plane < 3; plane++)
105 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
106 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
109 /* Determine the correct plane based on the image format. The for-loop
113 switch (plane)
122 ptr = img->planes[plane];
137 ptr += img->stride[plane];
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 89 /* Initialize to black plane the output plane if the media rendering
141 * image plane
197 /* Allocates plan in local image plane structure */
201 (M4OSA_Char *)"M4xVSS_PictureCallbackFct: temporary plane bufferY") ;
210 (M4OSA_Char *)"M4xVSS_PictureCallbackFct: temporary plane bufferU") ;
219 M4VS,(M4OSA_Char *)"M4xVSS_PictureCallbackFct: temporary plane bufferV") ;
376 Error when getting AIR plane: 0x%x", err);
436 /* Copy last decoded plane to output plane */
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 41 * constants \f$a,b,c\f$ so that the plane of equation \f$y=ax+bz+c\f$ fits
56 * instance how near points[0] is from the plane of equation \f$y=ax+bz+c\f$.
61 * are near, so points[0] is very near the plane of equation \f$y=ax+bz+c\f$.
119 * In practice, this function performs an hyper-plane fit in a total least square sense
164 // plane pass trough the mean point:
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 45 * In the case of more than one image plane, the image planes must be
51 * The number of row bytes in each image plane.
68 * @param yuv The YUV data. In the case of more than one image plane, all the planes must be
73 * @param strides (Optional) Row bytes of each image plane. If yuv contains padding, the stride
162 * @return the number of row bytes in each image plane.
  /system/core/include/system/
graphics.h 73 * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed
100 * Y8 is a YUV planar format comprised of a WxH Y plane,
103 * It is equivalent to just the Y plane from YV12.
123 * Y16 is a YUV planar format comprised of a WxH Y plane,
232 * @ystride is the stride of the luma plane.
  /frameworks/native/opengl/libagl/
primitives.cpp 838 GLfixed frustumPlaneDist(int plane, const vec4_t& s)
840 const GLfixed d = s.v[ plane >> 1 ];
841 return ((plane & 1) ? (s.w - d) : (s.w + d));
859 // Temporary buffer to hold the new vertices. Each plane can add up to
879 // 3 input vertices, 0 in the output list, first plane
884 // clipping, except for the computation of the distance (vertex, plane)
890 unsigned int plane = 0; local
899 // previous vertex, compute distance to the plane
901 const vec4_t& equation = c->clipPlanes.plane[plane].equation
956 unsigned int plane = 0; local
1039 unsigned int plane = 0; local
1075 unsigned int plane = 0; local
    [all...]
vertex.cpp 117 // clip this vertex against each user clip plane
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c)
166 const int p = plane - GL_CLIP_PLANE0;
172 vec4_t& equation = c->clipPlanes.plane[p].equation;
231 void glClipPlanef(GLenum plane, const GLfloat* equ)
240 clipPlanex(plane, equx, c);
243 void glClipPlanex(GLenum plane, const GLfixed* equ)
246 clipPlanex(plane, equ, c);
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 1200 int nIndex, plane; local
1238 int nIndex, plane; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 836 int plane; local
930 ExynosVideoPlane plane; local
960 ExynosVideoPlane plane; local
1656 int i = 0, plane = 0; local
1750 int plane; local
1847 int plane = 0; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 35 import com.jme3.math.Plane;
266 // // test if the box intersects the plane of the triangle
267 // // compute plane equation of triangle: normal * x + d = 0
270 Plane p = vars.plane;
273 if (bbox.whichSide(p) == Plane.Side.Negative) {
BoundingBox.java 336 * <code>whichSide</code> takes a plane (typically provided by a view
339 * @param plane
340 * the plane to check against.
342 public Plane.Side whichSide(Plane plane) {
343 float radius = FastMath.abs(xExtent * plane.getNormal().getX())
344 + FastMath.abs(yExtent * plane.getNormal().getY())
345 + FastMath.abs(zExtent * plane.getNormal().getZ());
347 float distance = plane.pseudoDistance(center);
    [all...]

Completed in 1232 milliseconds

1 2 3 45 6 7 8 91011>>