Home
last modified time | relevance | path

Searched refs:x6 (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
114 x6 = W6 * x2; in idct_col3()
119 x8 = x4 - x6; in idct_col3()
120 x4 += x6; in idct_col3()
121 x6 = x8; in idct_col3()
131 blk[16] = (x6 + x5) >> 8; in idct_col3()
135 blk[40] = (x6 - x5) >> 8; in idct_col3()
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
149 x6 = W6 * x2; in idct_col4()
154 x8 = x4 - x6; in idct_col4()
[all …]
Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local
99 x6 = 0xFFFF00FF; in simd_sad_mb()
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ in simd_sad_mb()
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in simd_sad_mb()
139 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ in simd_sad_mb()
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in simd_sad_mb()
227 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
271 MVN x6, #0xFF00;
[all …]
Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
38 x6 = 0xFFFF00FF; in sad_mb_offset3()
72 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ in sad_mb_offset3()
75 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in sad_mb_offset3()
98 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ in sad_mb_offset3()
101 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in sad_mb_offset3()
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; in sad_mb_offset3() local
143 MVN x6, #0xff0000; in sad_mb_offset3() local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
234 x6 = 0xFFFF00FF; in sad_mb_offset3()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local
210 x6 = (W6 * x2 + 4) >> 3; in idctrow3()
215 x8 = x4 - x6; in idctrow3()
216 x4 += x6; in idctrow3()
217 x6 = x8; in idctrow3()
231 res = (x6 + x5) >> 14; in idctrow3()
242 res2 = (x6 - x5) >> 14; in idctrow3()
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local
266 x6 = W6 * x2; in idctcol3()
271 x8 = x4 - x6; in idctcol3()
[all …]
Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
549 x6 = blk[13]; in idctrow()
560 x8 = W3 * (x6 + x7) + 4; in idctrow()
561 x6 = (x8 - (W3 - W5) * x6) >> 3; in idctrow()
570 x1 = x4 + x6; in idctrow()
571 x4 -= x6; in idctrow()
572 x6 = x5 + x7; in idctrow()
594 res = (x8 + x6) >> 14; in idctrow()
601 res = (x8 - x6) >> 14; in idctrow()
628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Convolve.S30 sub x6, sp, #64
32 st1 {v8.1d-v11.1d}, [x6], #32
33 st1 {v12.1d-v15.1d}, [x6]
121 ld1 {v0.8h-v2.8h}, [x6], #48
122 ld1 {v3.4h}, [x6], #8
127 mov x6, #8
131 ld1 {v9.8b-v11.8b}, [x1], x6 // y0 ( y - 2 )
132 ld1 {v12.8b-v14.8b}, [x2], x6 // y0 ( y - 1 )
174 ld1 {v9.8b-v11.8b}, [x3], x6 // y0 ( y )
175 ld1 {v12.8b-v14.8b}, [x4], x6 // y0 ( y + 1 )
[all …]
DrsCpuIntrinsics_advsimd_3DLUT.S23 smov x6, \src0
26 add x6, x6, x3
29 ld1 {v16.2s}, [x6], x4
32 ld1 {v18.2s}, [x6], x5
45 ld1 {v18.2s}, [x6]
48 sub x6, x6, x4
51 ld1 {v16.2s}, [x6]
DrsCpuIntrinsics_advsimd_YuvToRGB.S308 lsr x6, x4, #1
311 add x4, x3, x6
312 add x3, x2, x6
313 sub x2, x5, x6, LSL #1
315 sub x6, sp, #32
318 st1 {v12.1d - v15.1d}, [x6]
DrsCpuIntrinsics_advsimd_Resize.S54 ld1 {v10.8b}, [x6], #8
82 ld1 {v10.s}[0], [x6], #4
245 sub x6, x6, x13, LSL #(COMPONENT_SHIFT)
293 sub x6, x6, #8
297 add x6, x6, x11, LSL #(COMPONENT_SHIFT)
344 sub x6, x6, #COMPONENT_COUNT
DrsCpuIntrinsics_advsimd_ColorMatrix.S125 br x6
142 br x6
254 br x6
268 br x6
986 ldp x6,x7, [x3],#16
1015 cmp x6, x16
1016 csel x6, x8, x6, eq
1137 ldp x6,x7, [x3], #16
1163 cmp x6, x16
1164 csel x6, x8, x6, eq
DrsCpuIntrinsics_advsimd_Blend.S598 ldrsh x6, [x5, w2, uxtw #1]
603 cbz x6, 1f
605 add x6, x5, x6
606 2: br x6
DrsCpuIntrinsics_advsimd_Blur.S140 cmp x6, #\i
1629 cmp x5, x6
1777 sub x10, x3, x6 // h - y
1787 cmp x6, x5
1788 csel x6, x5, x6, hs // rup = min(r, y)
1793 msub x15, x2, x6, x1
1834 sub x10, x3, x6 // h - y
1844 cmp x6, x5
1845 csel x6, x5, x6, hs // rup = min(r, y)
1851 msub x15, x2, x6, x1
/frameworks/base/core/proto/android/stats/connectivity/
Dnetwork_stack.proto162 // ET_DHCP_NO_COOKIE = (ET_DHCP_ERROR_TYPE | 0x6) << 16;
/frameworks/base/packages/Tethering/common/TetheringLib/api/
Dsystem-current.txt52 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6
/frameworks/base/telephony/api/
Dsystem-current.txt237 field public static final int MMI = 6; // 0x6
376 field public static final int REASON_IN_EMERGENCY_CALL = 6; // 0x6
414 field public static final int PRECISE_CALL_STATE_WAITING = 6; // 0x6
447 field public static final int CHANNEL_UNACCEPTABLE = 6; // 0x6
553 field public static final int CMAS_CATEGORY_HEALTH = 6; // 0x6
568 field public static final int CMAS_CLASS_OPERATOR_DEFINED_USE = 6; // 0x6
573 field public static final int CMAS_RESPONSE_TYPE_ASSESS = 6; // 0x6
1311 field public static final int CDIV_CF_REASON_NOT_LOGGED_IN = 6; // 0x6
1377 field public static final int CALL_TYPE_VT_RX = 6; // 0x6
1588 field public static final int SS_CFUT = 6; // 0x6
[all …]
/frameworks/base/api/
Dsystem-current.txt1243 field public static final int SYSTEM_INTERACTION = 6; // 0x6
1341 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6
2246 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6
2260 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6
2275 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6
2611 field public static final int EVENT_HUB_RESET = 6; // 0x6
2654 field public static final int RESULT_FAILED_TIMEOUT = 6; // 0x6
2686 field public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; // 0x6
2876 field public static final int TYPE_EVENT = 6; // 0x6
2937 field public static final int IDENTIFIER_TYPE_DAB_ENSEMBLE = 6; // 0x6
[all …]
Dtest-current.txt1652 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6
1811 field public static final int ERROR_STARTING_IPREACHABILITYMONITOR = 6; // 0x6
1840 field public static final int NETWORK_UNLINGER = 6; // 0x6
2410 field public static final int CAUSE_ERROR_EXCEPTION = 6; // 0x6
3331 field public static final int CDIV_CF_REASON_NOT_LOGGED_IN = 6; // 0x6
3397 field public static final int CALL_TYPE_VT_RX = 6; // 0x6
3603 field public static final int SS_CFUT = 6; // 0x6
3689 field public static final int AUDIO_QUALITY_EVRC_WB = 6; // 0x6
3944 field public static final int REESTABLISHING = 6; // 0x6
4058 field public static final int CALL_BARRING_ANONYMOUS_INCOMING = 6; // 0x6
[all …]
Dcurrent.txt2844 field public static final int GESTURE_SWIPE_RIGHT_AND_LEFT = 6; // 0x6
2854 field public static final int GLOBAL_ACTION_POWER_DIALOG = 6; // 0x6
3098 field public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6; // 0x6
5428 field public static final int SEMANTIC_ACTION_MUTE = 6; // 0x6
6557 field public static final int USES_POLICY_EXPIRE_PASSWORD = 6; // 0x6
7104 field public static final int ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE = 6; // 0x6
8147 field public static final int MICROSOFT = 6; // 0x6
8451 field public static final int GATT_REQUEST_NOT_SUPPORTED = 6; // 0x6
8698 field public static final byte SUBCLASS2_CARD_READER = 6; // 0x6
10764 field public static final int TYPE_STRING = 6; // 0x6
[all …]
Dremoved.txt421 field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6
/frameworks/base/non-updatable-api/
Dsystem-current.txt1243 field public static final int SYSTEM_INTERACTION = 6; // 0x6
1341 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6
2246 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6
2260 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6
2275 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6
2611 field public static final int EVENT_HUB_RESET = 6; // 0x6
2654 field public static final int RESULT_FAILED_TIMEOUT = 6; // 0x6
2686 field public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; // 0x6
2876 field public static final int TYPE_EVENT = 6; // 0x6
2937 field public static final int IDENTIFIER_TYPE_DAB_ENSEMBLE = 6; // 0x6
[all …]
Dcurrent.txt2844 field public static final int GESTURE_SWIPE_RIGHT_AND_LEFT = 6; // 0x6
2854 field public static final int GLOBAL_ACTION_POWER_DIALOG = 6; // 0x6
3098 field public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6; // 0x6
5428 field public static final int SEMANTIC_ACTION_MUTE = 6; // 0x6
6557 field public static final int USES_POLICY_EXPIRE_PASSWORD = 6; // 0x6
7104 field public static final int ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE = 6; // 0x6
8147 field public static final int MICROSOFT = 6; // 0x6
8451 field public static final int GATT_REQUEST_NOT_SUPPORTED = 6; // 0x6
8698 field public static final byte SUBCLASS2_CARD_READER = 6; // 0x6
10764 field public static final int TYPE_STRING = 6; // 0x6
[all …]
Dremoved.txt421 field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2591 field public static final int GESTURE_SWIPE_RIGHT_AND_LEFT = 6; // 0x6
2600 field public static final int GLOBAL_ACTION_POWER_DIALOG = 6; // 0x6
2735 field public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6; // 0x6
5259 field public static final int USES_POLICY_EXPIRE_PASSWORD = 6; // 0x6
5988 field public static final int MICROSOFT = 6; // 0x6
6271 field public static final int GATT_REQUEST_NOT_SUPPORTED = 6; // 0x6
8067 field public static final int TYPE_STRING = 6; // 0x6
8334 field public static final int SCREEN_ORIENTATION_SENSOR_LANDSCAPE = 6; // 0x6
8601 field public static final int STATUS_FAILURE_STORAGE = 6; // 0x6
9133 field public static final int SCREENLAYOUT_LAYOUTDIR_SHIFT = 6; // 0x6
[all …]