Searched refs:rx (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp24 int AVCSAD_MB_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
25 int AVCSAD_MB_HP_HTFM_Collect(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
26 int AVCSAD_MB_HP_HTFM(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
27 int AVCSAD_Blk_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
77 int rx = dmin_rx & 0xFFFF; local
83 p3 = ref + rx;
84 p4 = ref + rx + 1;
101 p1 += rx;
102 p3 += rx;
103 p2 += rx;
118 int rx = dmin_rx & 0xFFFF; local
153 int rx = dmin_rx & 0xFFFF; local
186 int rx = dmin_rx & 0xFFFF; local
268 int rx = dmin_rx & 0xFFFF; local
349 int rx = dmin_rx & 0xFFFF; local
429 int rx = dmin_rx & 0xFFFF; local
497 int rx = dmin_rx & 0xFFFF; local
563 int rx = dmin_rx & 0xFFFF; local
[all...]
H A Dmotion_est.cpp608 int rx = video->currPic->pitch; local
609 int rx2 = rx << 1;
610 int rx3 = rx2 + rx;
671 offset2[4] = rx + 1;
673 offset2[6] = rx + 3;
675 offset2[8] = rx;
678 offset2[11] = rx + 2 ;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
228 Int rx = dmin_rx & 0xFFFF; local
236 p3 = ref + rx;
237 p4 = ref + rx + 1;
254 p1 += rx;
255 p3 += rx;
256 p2 += rx;
269 Int rx = dmin_rx & 0xFFFF; local
305 Int rx = dmin_rx & 0xFFFF; local
340 Int rx = dmin_rx & 0xFFFF; local
419 Int rx = dmin_rx & 0xFFFF; local
497 Int rx = dmin_rx & 0xFFFF; local
574 Int rx = dmin_rx & 0xFFFF; local
642 Int rx = dmin_rx & 0xFFFF; local
708 Int rx = dmin_rx & 0xFFFF; local
780 SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *extra_info) argument
[all...]
H A Dmotion_est.cpp540 Int rx = video->currVop->pitch; local
541 Int rx2 = rx << 1;
542 Int rx3 = rx2 + rx;
603 offset2[4] = rx + 1;
605 offset2[6] = rx + 3;
607 offset2[8] = rx;
610 offset2[11] = rx + 2 ;
H A Dmp4lib_int.h238 Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
H A Dmp4enc_lib.h149 Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
/frameworks/base/libs/hwui/
H A DShapeCache.cpp33 float rx, float ry, SkPaint* paint) {
34 RoundRectShapeCacheEntry entry(width, height, rx, ry, paint);
41 path.addRoundRect(r, rx, ry, SkPath::kCW_Direction);
32 getRoundRect(float width, float height, float rx, float ry, SkPaint* paint) argument
H A DShapeCache.h149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint): argument
153 mRx = *(uint32_t*) &rx;
380 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
H A DOpenGLRenderer.h190 float rx, float ry, SkPaint* paint);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp726 const GLfixed rx = rhs->x; local
728 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]);
729 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]);
730 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]);
731 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]);
736 const GLfixed rx = rhs->x; local
739 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]);
740 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]);
741 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]);
742 lhs->w = mla3a(rx,
747 const GLfixed rx = rhs->x; local
762 const GLfixed rx = rhs->x; local
776 const GLfixed rx = rhs->x; local
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java293 public void expectGetInterfaceCounter(long rx, long tx) throws Exception { argument
296 stats.addValues(TEST_IFACE, UID_ALL, SET_DEFAULT, TAG_NONE, rx, 0L, tx, 0L, 0);
305 public void expectSetInterfaceThrottle(int rx, int tx) throws Exception { argument
306 mMockNMService.setInterfaceThrottle(isA(String.class), eq(rx), eq(tx));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java163 final float rx = (w * (GLOW_MAX_SCALE_FACTOR - 1.0f)) / 2.0f + 1.0f;
167 new RectF(getLeft() - rx,
169 getRight() + rx,
/frameworks/base/graphics/java/android/graphics/
H A DPath.java472 * @param rx The x-radius of the rounded corners on the round-rectangle
476 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { argument
481 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
644 float rx, float ry, int dir);
643 native_addRoundRect(int nPath, RectF rect, float rx, float ry, int dir) argument
H A DCanvas.java1001 * @param rx The x-radius of the oval used to round the corners
1005 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { argument
1009 native_drawRoundRect(mNativeCanvas, rect, rx, ry,
1693 RectF rect, float rx,
1692 native_drawRoundRect(int nativeCanvas, RectF rect, float rx, float ry, int paint) argument
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp94 jobject clazz, DisplayList* displayList, float rx) {
95 displayList->setRotationX(rx);
93 android_view_GLES20DisplayList_setRotationX(JNIEnv* env, jobject clazz, DisplayList* displayList, float rx) argument
H A Dandroid_view_GLES20Canvas.cpp431 jfloat rx, jfloat ry, SkPaint* paint) {
432 renderer->drawRoundRect(left, top, right, bottom, rx, ry, paint);
429 android_view_GLES20Canvas_drawRoundRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, SkPaint* paint) argument
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java261 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat);
266 NetworkStats.TAG_NONE, rx, 0, tx, 0, 0);
343 results.putLong(label + "rx", entry.rxBytes);
/frameworks/base/core/java/android/view/
H A DGLES20RecordingCanvas.java239 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { argument
240 super.drawRoundRect(rect, rx, ry, paint);
H A DGLES20Canvas.java1147 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { argument
1151 rx, ry, paint.mNativePaint);
1158 float right, float bottom, float rx, float y, int paint);
1157 nDrawRoundRect(int renderer, float left, float top, float right, float bottom, float rx, float y, int paint) argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp203 jfloat rx, jfloat ry, SkPath::Direction dir) {
206 SkScalar rx_ = SkFloatToScalar(rx);
202 addRoundRectXY(JNIEnv* env, jobject clazz, SkPath* obj, jobject rect, jfloat rx, jfloat ry, SkPath::Direction dir) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java373 int nPath, RectF rect, float rx, float ry, int dir) {
381 rect.left, rect.top, rect.width(), rect.height(), rx * 2, ry * 2), false);
372 native_addRoundRect( int nPath, RectF rect, float rx, float ry, int dir) argument
H A DCanvas_Delegate.java767 final RectF rect, final float rx, final float ry, int paint) {
781 (int)rx, (int)ry);
789 (int)rx, (int)ry);
766 native_drawRoundRect(int nativeCanvas, final RectF rect, final float rx, final float ry, int paint) argument
/frameworks/base/core/java/android/widget/
H A DStackView.java727 float rx = deltaX / (mSlideAmount * 1.0f);
732 mStackSlider.setXProgress(rx);
738 mStackSlider.setXProgress(rx);
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java1357 private int getInterfaceThrottle(String iface, boolean rx) { argument
1360 event = mConnector.execute("interface", "getthrottle", iface, rx ? "rx" : "tx");
1365 if (rx) {
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1328 long rx = u.getTcpBytesReceived(which);
1334 if (rx > 0 || tx > 0) dumpLine(pw, uid, category, NETWORK_DATA, rx, tx);

Completed in 551 milliseconds

12