HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 51 - 75 of 457) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock.c 30 * pSrc - pointer to the source plane. This should be aligned on an 8-byte
32 * srcStep - step of the source plane
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/base/opengl/tools/glgen/specs/jsr239/
glspec-1.1 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 281 /* The input Y Plane is the same as the output Y Plane */
312 /* The input Y Plane is the same as the output Y Plane */
568 * Initialize input / output plane pointers */
631 * Framing is applyed if coordinates matches between framing/topleft and input plane */
696 * Just copy input plane to output plane */
751 /* Initialize input / output plane pointers */
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 40 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
42 * the current plane.
43 * [in] refWidth width of the reference plane
44 * [in] pRefRect reference plane valid region rectangle
45 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane
48 * in terms of integer pixel units) in the reference plane.
armVCM4P2_BlockMatch_Integer.c 38 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
40 * plane.
41 * [in] refWidth width of the reference plane
42 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
46 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
48 * [in] pCurrPointPos position of the current macroblock in the current plane
  /frameworks/media/libvideoeditor/vss/common/inc/
M4AIR_API.h 162 * @note In case the input format type is JPEG, input plane(s)
163 * in pIn is not used. In normal mode, dimension specified in output plane(s) structure
173 * @param pIn: (IN) Plane structure containing input Plane(s).
174 * @param pOut: (IN/OUT) Plane structure containing output Plane(s).
  /external/quake/quake/src/WinQuake/
world.cpp 355 splitplane = node->plane;
495 mplane_t *plane; local
503 plane = hull->planes + node->planenum;
505 if (plane->type < 3)
506 d = p[plane->type] - plane->dist;
508 d = DotProduct (plane->normal, p) - plane->dist;
584 mplane_t *plane; local
615 plane = hull->planes + node->planenum
    [all...]
r_bsp.cpp 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane; local
532 plane = node->plane;
534 switch (plane->type)
    [all...]
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon10950
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...]
  /external/quake/quake/src/QW/client/
r_bsp.c 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane; local
532 plane = node->plane;
534 switch (plane->type
    [all...]
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...]
  /external/webkit/Source/WebCore/manual-tests/win/
milliondollar.html 23 .plane > a {display:block;height:100%;width:100%;}
24 .plane {
113 return "<div class='a_cube'><div class='plane one' style='background-color: red;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateZ(-90deg) translateX(0px) translateY(-"+(dw/2)+"px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane two' style='background-color: blue;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateX(180deg) rotateZ(-90deg) translateX(0px) translateY(-"+(dw/2)+"px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane three' style='background-color: green;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateX(-90deg) translateX(0px) translateZ("+(dw/2)+"px) translateY(-"+(dw/2)+"px);position:absolute;'></div><div class='plane four' style='background-color: yellow;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(90deg) rotateX(90deg) rotateZ(-90deg) translateY(-"+(dw/2)+"px) translateX(0px) translateZ("+(dw/2)+"px) translateY(0px);position:absolute;'></div><div class='plane five' style='background-color: gray;height:"+dw+"px;width:"+dw+"px;top:"+y1+"px;left:"+x1+"px;-webkit-transform:rotateY(0deg) translateX(0px) translateZ("+(dw)+"px) translateY(0px);position:absolute;'></div></div>";
  /external/quake/quake/src/QW/server/
world.c 345 splitplane = node->plane;
457 mplane_t *plane; local
465 plane = hull->planes + node->planenum;
467 if (plane->type < 3)
468 d = p[plane->type] - plane->dist;
470 d = DotProduct (plane->normal, p) - plane->dist;
536 mplane_t *plane; local
567 plane = hull->planes + node->planenum
    [all...]
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon10627
  /frameworks/base/include/media/stagefright/
YUVImage.h 129 // Pointer to start of the Y data plane.
132 // Pointer to start of the U data plane. Note that in case of interleaved formats like
133 // YUV420 semiplanar, mUdata points to the start of the U data in the UV plane.
136 // Pointer to start of the V data plane. Note that in case of interleaved formats like
137 // YUV420 semiplanar, mVdata points to the start of the V data in the UV plane.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 30 * on the coefficients. The results are then placed in the output frame/plane on
32 * written to corresponding block buffer within the destination plane.
43 * [in] step width of the destination plane
76 * [out] pDst pointer to the block in the destination plane.
197 /* Placing the linear array into the destination plane and clipping
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 13 ;// This function will Expand Frame boundary pixels into Plane
86 ;// Copy top and bottom region of the plane as follows
166 ;// Copy top-left and top-right region of the plane as follows
185 ;// Copy left and right region of the plane as follows
206 ;// Copy bottom-left and bottom-right region of the plane as follows
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 36 * on the coefficients. The results are then placed in the output frame/plane on
38 * written to corresponding block buffer within the destination plane.
49 * [in] step width of the destination plane
82 * [out] pDst pointer to the block in the destination plane.
203 /* Placing the linear array into the destination plane and clipping
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB888toYUV420.c 26 Purpose: filling of the YUV420 plane from a BGR24 plane
34 In: RGB24 plane
81 /* set the size of the memory jumps corresponding to row jump in each output plane */
87 /* idem for input plane */
  /external/chromium/base/
string_split.h 24 // (Basic Multilingual Plane). Elsewhere (Linux/Mac), wchar_t
29 // NOTE: |c| must be in BMP (Basic Multilingual Plane)
61 // NOTE: |c| must be in BMP (Basic Multilingual Plane)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 158 * Y Plane
163 * V (1st color) plane
168 * U (1st color) plane
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /external/libvpx/vpx_scale/generic/
yv12extend.c 36 /* Y Plane */
75 /* U Plane */
113 /* V Plane */
161 /* Y Plane */

Completed in 2771 milliseconds

1 23 4 5 6 7 8 91011>>