Searched defs:dx (Results 1 - 25 of 116) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c51 * [in] dx Fractional part of horizontal motion vector component
67 * dx or dy is out of range [0-7].
81 OMX_S32 dx,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
76 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.c51 * [in] dx Fractional part of horizontal motion vector component
67 * dx or dy is out of range [0-7].
81 OMX_S32 dx,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
76 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.c51 * dx -Fractional part of horizontal motion vector component in 1/8 pixel
70 * dx or dy is out of range [0-7].
84 OMX_S32 dx,
94 armRetArgErrIf(dx < 0, OMX_Sts_BadArgErr)
95 armRetArgErrIf(dx > 7, OMX_Sts_BadArgErr)
107 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
79 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.c51 * dx -Fractional part of horizontal motion vector component in 1/4 pixel
70 * dx or dy is out of range [0,3].
83 OMX_S32 dx,
93 armRetArgErrIf(dx < 0, OMX_Sts_BadArgErr)
94 armRetArgErrIf(dx > 3, OMX_Sts_BadArgErr)
106 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
78 omxVCM4P10_InterpolateLuma( 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.c50 * [in] dx Fractional part of horizontal motion vector
67 OMX_U32 dx,
71 OMX_U32 EightMinusdx = 8 - dx;
79 armRetArgErrIf(dx > 7, OMX_Sts_BadArgErr)
87 if (dx != 0 || dy != 0)
90 BCoeff = dx * EightMinusdy;
92 DCoeff = dx * dy;
60 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.c93 * [in] dx Fractional part of horizontal motion vector
111 OMX_U32 dx,
122 armRetArgErrIf(dx > 3, OMX_Sts_BadArgErr)
126 if (dx == 3)
138 if (dx == 0 && dy == 0)
149 if (dx == 1 || dx == 3)
155 else if (dx == 0)
167 else if (dx == 2 || dy == 2)
173 if (dx
104 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...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_linear.h67 T dx = x - x_data_[cached_index_]; local
68 return y_data_[cached_index_] + (dY * dx) / dX;
/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.getNativeInstance(), dx, dy);
39 private static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy); argument
H A DPoint.java61 * Offset the point's coordinates by dx, dy
63 public final void offset(int dx, int dy) { argument
64 x += dx;
H A DPointF.java63 public final void offset(float dx, float dy) { argument
64 x += dx;
H A DCamera.java161 public native float dotWithNormal(float dx, float dy, float dz); argument
H A DOutline.java274 * Offsets the Outline by (dx,dy)
276 public void offset(int dx, int dy) { argument
278 mRect.offset(dx, dy);
280 mPath.offset(dx, dy);
/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/v17/tests/src/android/support/v17/leanback/widget/
H A DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { argument
25 super.smoothScrollBy(dx, dy);
H A DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { argument
25 super.smoothScrollBy(dx, dy);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp29 dx = horizontal component of the motion vector (int)
116 int dx, /* i */
188 if (((dx&0xF) != 0) && (mmvx + 1 < (mvwidth >> 1) - 1))
189 { /* dx is not a multiple of 16 */
199 { /* dx 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.cpp33 dx = horizontal component of the motion vector (int)
119 int dx, /* i */
165 if ((dx&0xF) != 0)
166 { /* dx is not a multiple of 16 */
190 { /* dx is a multiple of 16 */
289 if (((dx&0xF) != 0) && (mmvx + 1 < mvwidth - 1))
290 { /* dx is not a multiple of 16 and the block */
324 { /* dx is a multiple of 16 or the block x */
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
/frameworks/base/core/jni/android/graphics/
H A DRasterizer.cpp80 static void addLayer(JNIEnv* env, jobject, jlong layerHandle, jlong paintHandle, jfloat dx, jfloat dy) { argument
85 nr->fBuilder.addLayer(*paint, dx, dy);
H A DCamera.cpp35 jfloat dx, jfloat dy, jfloat dz) {
38 v->translate(dx, dy, dz);
34 Camera_translate(JNIEnv* env, jobject obj, jfloat dx, jfloat dy, jfloat dz) argument
/frameworks/base/libs/hwui/utils/
H A DPaintUtils.h101 float dx; member in struct:android::uirenderer::PaintUtils::TextShadow
111 textShadow->dx = blur.fOffset.fX;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java132 RectF edgeShadowRect, float dx, float dy, int rotations) {
137 canvas.translate(dx, dy);
131 sideShadow(Canvas canvas, Paint edgePaint, RectF edgeShadowRect, float dx, float dy, int rotations) argument
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DRecyclerViewRequireScrollHelperTest.java119 public void smoothScrollBy(int dx, int dy) { argument
120 super.smoothScrollBy(dx, dy);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java67 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, argument
70 parent.onNestedPreScroll(target, dx, dy, consumed);
/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java163 * @param dx Horizontal scroll distance in pixels
165 * @param consumed Output. If not null, consumed[0] will contain the consumed component of dx
174 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); argument
H A DNestedScrollingParent.java128 * report how any pixels of the scroll reported by dx, dy were consumed in the
129 * <code>consumed</code> array. Index 0 corresponds to dx and index 1 corresponds to dy.
134 * @param dx Horizontal scroll distance in pixels
138 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); argument

Completed in 676 milliseconds

12345