Searched defs:dy (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c38 * [in] dy Fractional part of vertical motion vector component
52 * dx or dy is out of range [0-7].
67 OMX_S32 dy,
72 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
61 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
H A DarmVCM4P10_Interpolate_Chroma_s.s30 dy RN 7 label
106 M_LDR dy, Dy
109 ;// EightMinusdy = 8 - dy
113 ;// CCoeff = EightMinusdx * dy
114 ;// DCoeff = dx * dy
119 RSB EightMinusdy, dy, #8
120 CMN dx,dy
127 MUL DCCoeff, dxEightMinusdx, dy
130 ;// Checking either of dx and dy being non-zero
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c38 * [in] dy Fractional part of vertical motion vector component
52 * dx or dy is out of range [0-7].
67 OMX_S32 dy,
72 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
61 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c38 * dy -Fractional part of vertical motion vector component in 1/8 pixel
55 * dx or dy is out of range [0-7].
70 OMX_S32 dy,
81 armRetArgErrIf(dy < 0, OMX_Sts_BadArgErr)
82 armRetArgErrIf(dy > 7, OMX_Sts_BadArgErr)
92 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
64 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
H A DomxVCM4P10_InterpolateLuma.c38 * dy -Fractional part of vertical motion vector y component in 1/4 pixel
55 * dx or dy is out of range [0,3].
69 OMX_S32 dy,
80 armRetArgErrIf(dy < 0, OMX_Sts_BadArgErr)
81 armRetArgErrIf(dy > 3, OMX_Sts_BadArgErr)
91 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
63 omxVCM4P10_InterpolateLuma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
/frameworks/base/core/jni/android/graphics/
H A DLayerRasterizer.cpp10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) { argument
13 layer->addLayer(*paint, SkFloatToScalar(dx), SkFloatToScalar(dy));
H A DCamera.cpp28 float dx, float dy, float dz) {
30 v->translate(SkFloatToScalar(dx), SkFloatToScalar(dy), SkFloatToScalar(dz));
27 Camera_translate(JNIEnv* env, jobject obj, float dx, float dy, float dz) argument
/frameworks/base/graphics/java/android/graphics/
H A DLayerRasterizer.java29 public void addLayer(Paint paint, float dx, float dy) { argument
30 nativeAddLayer(native_instance, paint.mNativePaint, dx, dy);
38 private static native void nativeAddLayer(int native_layer, int native_paint, float dx, float dy); argument
H A DPointF.java64 public final void offset(float dx, float dy) { argument
66 y += dy;
H A DPoint.java59 * Offset the point's coordinates by dx, dy
61 public final void offset(int dx, int dy) { argument
63 y += dy;
H A DCamera.java153 public native float dotWithNormal(float dx, float dy, float dz); argument
H A DRect.java269 * adding dy to its top and bottom coordinates.
272 * @param dy The amount to add to the rectangle's top and bottom coordinates
274 public void offset(int dx, int dy) { argument
276 top += dy;
278 bottom += dy;
296 * Inset the rectangle by (dx,dy). If dx is positive, then the sides are
299 * for dy and the top and bottom.
302 * @param dy The amount to add(subtract) from the rectangle's top(bottom)
304 public void inset(int dx, int dy) { argument
306 top += dy;
[all...]
H A DRectF.java233 * adding dy to its top and bottom coordinates.
236 * @param dy The amount to add to the rectangle's top and bottom coordinates
238 public void offset(float dx, float dy) { argument
240 top += dy;
242 bottom += dy;
260 * Inset the rectangle by (dx,dy). If dx is positive, then the sides are
263 * for dy and the top and bottom.
266 * @param dy The amount to add(subtract) from the rectangle's top(bottom)
268 public void inset(float dx, float dy) { argument
270 top += dy;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLayerRasterizer_Delegate.java64 /*package*/ static void nativeAddLayer(int native_layer, int native_paint, float dx, float dy) { argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp30 dy = vertical component of the motion vector (int)
117 int dy, /* i */
176 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 4) - 1))
177 { /* dy is not a multiple of 16 */
183 { /* dy is a multiple of 16 */
111 pp_semaphore_chroma_inter( int xpred, int ypred, uint8 *pp_dec_u, uint8 *pstprcTypPrv, int dx, int dy, int mvwidth, int height, int32 size, int mv_loc, uint8 msk_deblock ) argument
H A Dpp_semaphore_luma.cpp34 dy = vertical component of the motion vector (int)
120 int dy, /* i */
172 if ((dy&0xF) != 0)
173 { /* dy is not a multiple of 16 */
180 { /* dy is a multiple of 16 */
194 if ((dy&0xF) != 0)
195 { /* dy is not a multiple of 16 */
202 { /* dy is a multiple of 16 */
300 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 3) - 1))
301 { /* dy i
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
[all...]
H A Dmb_motion_comp.cpp146 /* Motion vector (dx,dy) in half-pel resolution */
147 int dx, dy; local
196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
209 if ((dy & 3) == 0)
211 dy = dy >> 1;
216 dy = (dy >> 1) | 1;
233 dy = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] +
416 video->pstprcTypPrv, dx, dy, mvwidt
[all...]
/frameworks/base/core/java/android/webkit/
H A DQuadF.java38 public void offset(float dx, float dy) { argument
39 p1.offset(dx, dy);
40 p2.offset(dx, dy);
41 p3.offset(dx, dy);
42 p4.offset(dx, dy);
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java192 * @param dy change in y coordinate due to move
194 private void sendMove(int inputSource, float dx, float dy) { argument
196 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f);
242 System.err.println(" input trackball roll <dx> <dy>");
/frameworks/base/libs/hwui/
H A DRect.h155 void translate(float dx, float dy) { argument
158 top += dy;
159 bottom += dy;
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java125 * @param dy Vertical distance to travel. Positive numbers will scroll the
128 public void startScroll(int startX, int startY, int dx, int dy) { argument
129 mScroller.startScroll(startX, startY, dx, dy);
141 * @param dy Vertical distance to travel. Positive numbers will scroll the
145 public void startScroll(int startX, int startY, int dx, int dy, int duration) { argument
146 mScroller.startScroll(startX, startY, dx, dy, duration);
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c39 * M4OSA_UInt32 y, M4OSA_UInt32 dx, M4OSA_UInt32 dy);
47 * @param dy (IN) : Height of the video window
54 M4OSA_UInt32 dx, M4OSA_UInt32 dy)
60 pContext, x, y, dx, dy);
69 pC->m_outputPlane[0].u_height = dy;
50 videoBrowserSetWindow( M4OSA_Context pContext, M4OSA_Int32 *pPixelArray, M4OSA_UInt32 x, M4OSA_UInt32 y, M4OSA_UInt32 dx, M4OSA_UInt32 dy) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp83 const float dy = height * (current_ratio / ratio - 1.0f); local
84 y -= dy / 2.0f;
85 height += dy;
100 const float dy = height * (length / current_length - 1.0f); local
101 y -= dy / 2.0f;
102 height += dy;
125 const float dy = height * (f - 1.0f); local
126 y -= dy / 2.0f;
127 height += dy;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp82 const float dy = height * (current_ratio / ratio - 1.0f); local
83 y -= dy / 2.0f;
84 height += dy;
99 const float dy = height * (length / current_length - 1.0f); local
100 y -= dy / 2.0f;
101 height += dy;
124 const float dy = height * (f - 1.0f); local
125 y -= dy / 2.0f;
126 height += dy;
138 Point dy
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java381 float dy = points[i + 3] - points[i + 1];
382 sum += Math.sqrt(dx * dx + dy * dy);
390 float dy = points[3] - points[1];
391 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen;
396 float dy = points[3] - points[1];
397 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen;
576 static float[] translate(float[] points, float dx, float dy) { argument
[all...]

Completed in 3733 milliseconds

123