Searched refs:dx (Results 1 - 25 of 153) sorted by relevance

1234567

/frameworks/base/graphics/java/android/graphics/
H A DLayerRasterizer.java30 public void addLayer(Paint paint, float dx, float dy) { argument
31 nativeAddLayer(native_instance, paint.mNativePaint, dx, dy);
39 private static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy); argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred.c92 CandMV.dx = CandMV.dy = 0;
168 pDstMVPred->dx = armMedianOf3 (pCandMV1->dx, pCandMV2->dx, pCandMV3->dx);
175 pDstMVPredME[0].dx = pCandMV1->dx;
177 pDstMVPredME[1].dx = pCandMV2->dx;
179 pDstMVPredME[2].dx
[all...]
H A DomxVCM4P2_EncodeMV.c109 dstMVPredME[i].dx = 0;
142 diffMV.dx = pMVCurMB[iBlk].dx - dstMVPred.dx;
146 if (diffMV.dx == 0)
153 mvHorResidual = ( armAbs(diffMV.dx) - 1) % scaleFactor;
154 mvHorData = (armAbs(diffMV.dx) - mvHorResidual + (scaleFactor - 1))
156 if (diffMV.dx < 0)
188 if ((fcodeForward > 1) && (diffMV.dx != 0))
H A DomxVCM4P2_DecodePadMV_PVOP.c116 pDstMVCurMB[i].dx = 0;
170 diffMV.dx = mvHorData;
174 diffMV.dx = ((armAbs(mvHorData) - 1) * fcodeForward)
178 diffMV.dx = -diffMV.dx;
207 pDstMVCurMB[iBlk].dx += diffMV.dx;
211 if ( pDstMVCurMB[iBlk].dx < low )
213 pDstMVCurMB[iBlk].dx += range;
215 if (pDstMVCurMB[iBlk].dx > hig
[all...]
H A DomxVCM4P2_MotionEstimationMB.c369 pSrcDstMBCurr->pMV0[0][0].dx = 0;
398 pSrcDstMBCurr->pMV0[0][0].dx = dstMV16x16.dx;
400 pSrcDstMBCurr->pMV0[0][1].dx = dstMV16x16.dx;
402 pSrcDstMBCurr->pMV0[1][0].dx = dstMV16x16.dx;
404 pSrcDstMBCurr->pMV0[1][1].dx = dstMV16x16.dx;
485 (pSrcDstMBCurr->pMV0[0][0].dx !
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c36 * [in] dx Fractional part of horizontal motion vector component
52 * dx or dy is out of range [0-7].
66 OMX_S32 dx,
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/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c36 * [in] dx Fractional part of horizontal motion vector component
52 * dx or dy is out of range [0-7].
66 OMX_S32 dx,
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/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp78 const float dx = width * (ratio / current_ratio - 1.0f); local
79 x -= dx / 2.0f;
80 width += dx;
96 const float dx = width * (length / current_length - 1.0f); local
97 x -= dx / 2.0f;
98 width += dx;
121 const float dx = width * (f - 1.0f); local
122 x -= dx / 2.0f;
123 width += dx;
144 Point dx
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma.c35 * [in] dx Fractional part of horizontal motion vector
52 OMX_U32 dx,
56 OMX_U32 EightMinusdx = 8 - dx;
64 armRetArgErrIf(dx > 7, OMX_Sts_BadArgErr)
72 if (dx != 0 || dy != 0)
75 BCoeff = dx * EightMinusdy;
77 DCoeff = dx * dy;
45 armVCM4P10_Interpolate_Chroma( OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
H A DarmVCM4P10_Interpolate_Luma.c78 * [in] dx Fractional part of horizontal motion vector
96 OMX_U32 dx,
107 armRetArgErrIf(dx > 3, OMX_Sts_BadArgErr)
111 if (dx == 3)
123 if (dx == 0 && dy == 0)
134 if (dx == 1 || dx == 3)
140 else if (dx == 0)
152 else if (dx == 2 || dy == 2)
158 if (dx
89 armVCM4P10_Interpolate_Luma( const OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
[all...]
H A DomxVCM4P10_BlockMatch_Quarter.c126 initialMV.dx = pSrcDstBestMV->dx;
136 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (initialMV.dy/4)) + (initialMV.dx/4);
139 pelPosX = (initialMV.dx % 4) + x;
155 candMV.dx = initialMV.dx + x;
179 diffMV.dx = candMV.dx - pMVPred->dx;
184 candMV.dx,
[all...]
H A DomxVCM4P10_BlockMatch_Half.c125 integerMV.dx = pSrcDstBestMV->dx;
135 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (integerMV.dy/4)) + (integerMV.dx/4);
147 candMV.dx = integerMV.dx + x * 2;
171 diffMV.dx = candMV.dx - pMVPred->dx;
176 candMV.dx,
H A DarmVCM4P10_CompareMotionCostToMV.c103 sizeCodeNum = armVCM4P10_ExpGolBitsUsed (diffMV.dx);
113 bestMV->dx = mvX;
122 if ( (mvX * mvX + mvY * mvY) < ((bestMV->dx * bestMV->dx) + (bestMV->dy * bestMV->dy)) )
125 bestMV->dx = mvX;
H A DomxVCM4P10_InterpolateChroma.c36 * dx -Fractional part of horizontal motion vector component in 1/8 pixel
55 * dx or dy is out of range [0-7].
69 OMX_S32 dx,
79 armRetArgErrIf(dx < 0, OMX_Sts_BadArgErr)
80 armRetArgErrIf(dx > 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.c36 * dx -Fractional part of horizontal motion vector component in 1/4 pixel
55 * dx or dy is out of range [0,3].
68 OMX_S32 dx,
78 armRetArgErrIf(dx < 0, OMX_Sts_BadArgErr)
79 armRetArgErrIf(dx > 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/media/mca/filterfw/native/core/
H A Dgeometry.cpp79 const float dx = width * (ratio / current_ratio - 1.0f); local
80 x -= dx / 2.0f;
81 width += dx;
97 const float dx = width * (length / current_length - 1.0f); local
98 x -= dx / 2.0f;
99 width += dx;
122 const float dx = width * (f - 1.0f); local
123 x -= dx / 2.0f;
124 width += dx;
/frameworks/native/include/ui/
H A DRegion.h87 Region& translateSelf(int dx, int dy);
88 Region& orSelf(const Region& rhs, int dx, int dy);
89 Region& xorSelf(const Region& rhs, int dx, int dy);
90 Region& andSelf(const Region& rhs, int dx, int dy);
91 Region& subtractSelf(const Region& rhs, int dx, int dy);
94 const Region translate(int dx, int dy) const;
95 const Region merge(const Region& rhs, int dx, int dy) const;
96 const Region mergeExclusive(const Region& rhs, int dx, int dy) const;
97 const Region intersect(const Region& rhs, int dx, int dy) const;
98 const Region subtract(const Region& rhs, int dx, in
[all...]
/frameworks/base/core/java/android/transition/
H A DPatternPathMotion.java120 float dx = endX - startX;
122 float distance = distance(dx, dy);
125 double angle = Math.atan2(dy, dx);
133 float dx = endX - startX;
135 float length = distance(dx, dy);
136 double angle = Math.atan2(dy, dx);
/frameworks/native/include/private/ui/
H A DRegionHelper.h52 TYPE dx; member in struct:android::region_operator::region
55 : rects(rhs.rects), count(rhs.count), dx(rhs.dx), dy(rhs.dy) { }
57 : rects(r), count(c), dx(), dy() { }
58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy) argument
59 : rects(r), count(c), dx(dx), dy(dy) { }
234 SpannerBase::lhs_head = lhs.rects->left + lhs.dx;
235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx;
243 SpannerBase::rhs_head = rhs.rects->left + rhs.dx;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_LimitMVToRect.c72 pDstMV->dx = armMin (armMax (pSrcMV->dx, 2*pRectVOPRef->x - Xcoord),
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTouchHandler.java86 float dx = mLastX - x;
92 if (Math.abs(dx) <= 2.0f) {
93 dx = 0.0f;
96 mRotateYValue += dx * 0.25f;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLayerRasterizer_Delegate.java64 /*package*/ static void nativeAddLayer(long native_layer, long native_paint, float dx, float dy) { argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java107 final int dx = calculateDxToMakeVisible(targetView, getHorizontalSnapPreference());
109 final int distance = (int) Math.sqrt(dx * dx + dy * dy);
112 action.update(-dx, -dy, time, mDecelerateInterpolator);
120 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { argument
126 && ((mTargetVector.x * dx < 0 || mTargetVector.y * dy < 0))) {
130 mInterimTargetDx = clampApplyScroll(mInterimTargetDx, dx);
163 * @param dx Distance to scroll
167 protected int calculateTimeForDeceleration(int dx) { argument
173 return (int) Math.ceil(calculateTimeForScrolling(dx) /
183 calculateTimeForScrolling(int dx) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java45 void startScroll(Object scroller, int startX, int startY, int dx, int dy); argument
46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); argument
95 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { argument
96 ((Scroller) scroller).startScroll(startX, startY, dx, dy);
100 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, argument
102 ((Scroller) scroller).startScroll(startX, startY, dx, dy, duration);
182 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { argument
183 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, dy);
187 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, argument
189 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, d
351 startScroll(int startX, int startY, int dx, int dy) argument
368 startScroll(int startX, int startY, int dx, int dy, int duration) argument
[all...]
H A DViewDragHelper.java167 * @param dx Change in X position from the last call
170 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} argument
300 * @param dx Proposed change in position for left
303 public int clampViewPositionHorizontal(View child, int left, int dx) { argument
586 final int dx = finalLeft - startLeft;
589 if (dx == 0 && dy == 0) {
596 final int duration = computeSettleDuration(mCapturedView, dx, dy, xvel, yvel);
597 mScroller.startScroll(startLeft, startTop, dx, dy, duration);
603 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { argument
606 final int absDx = Math.abs(dx);
914 canScroll(View v, boolean checkV, int dx, int dy, int x, int y) argument
1226 reportNewEdgeDrags(float dx, float dy, int pointerId) argument
1274 checkTouchSlop(View child, float dx, float dy) argument
1395 dragTo(int left, int top, int dx, int dy) argument
[all...]

Completed in 605 milliseconds

1234567