/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastidct.cpp | 107 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 …]
|
D | sad_inline.h | 84 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 …]
|
D | sad_mb_offset.h | 34 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/ |
D | idct_vca.cpp | 187 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 …]
|
D | block_idct.cpp | 516 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/ |
D | rsCpuIntrinsics_advsimd_Convolve.S | 30 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 …]
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 23 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]
|
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 308 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]
|
D | rsCpuIntrinsics_advsimd_Resize.S | 54 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
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 125 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
|
D | rsCpuIntrinsics_advsimd_Blend.S | 598 ldrsh x6, [x5, w2, uxtw #1] 603 cbz x6, 1f 605 add x6, x5, x6 606 2: br x6
|
D | rsCpuIntrinsics_advsimd_Blur.S | 140 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/opt/net/wifi/service/apex/ |
D | com.android.wifi.pem | 8 x6/qE5EHt9ektg+nlFpcclCvro8ir6K7GtUJSMhdYfIyP9t/yb6A2b0O5ja48XFN
|
/frameworks/base/core/proto/android/stats/connectivity/ |
D | network_stack.proto | 162 // ET_DHCP_NO_COOKIE = (ET_DHCP_ERROR_TYPE | 0x6) << 16;
|
/frameworks/base/wifi/api/ |
D | system-current.txt | 52 field @Deprecated public static final int RTT_CHANNEL_WIDTH_10 = 6; // 0x6 68 field @Deprecated public static final int RTT_STATUS_FAIL_AP_ON_DIFF_CHANNEL = 6; // 0x6 219 field public static final int KEY_MGMT_EAP_SHA256 = 6; // 0x6 290 field public static final int CHANNEL_WIDTH_160MHZ = 6; // 0x6 369 field @Deprecated public static final int DISABLED_NO_INTERNET_PERMANENT = 6; // 0x6 645 field public static final int WIFI_BAND_5_GHZ_WITH_DFS = 6; // 0x6 825 field public static final int OSU_FAILURE_PROVISIONING_ABORTED = 6; // 0x6 840 field public static final int OSU_STATUS_INIT_SOAP_EXCHANGE = 6; // 0x6
|
D | current.txt | 37 field public static final int WIFI_STANDARD_11AX = 6; // 0x6 109 field @Deprecated public static final int SECURITY_TYPE_OWE = 6; // 0x6 148 field @Deprecated public static final int SMS4 = 6; // 0x6 245 field public static final int AKA_PRIME = 6; // 0x6 257 field public static final int AKA = 6; // 0x6 385 field public static final int STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_NOT_ALLOWED = 6; // 0x6 407 field @Deprecated public static final int WPS_AUTH_FAILURE = 6; // 0x6 1084 field public static final int GROUP_OF_STREETS = 6; // 0x6
|
/frameworks/base/packages/Tethering/common/TetheringLib/api/ |
D | system-current.txt | 52 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6
|
D | module-lib-current.txt | 75 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6
|
/frameworks/base/apex/statsd/framework/api/ |
D | system-current.txt | 74 field public static final int FLOAT_VALUE_TYPE = 6; // 0x6
|
/frameworks/base/api/ |
D | module-lib-current.txt | 75 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6
|
D | system-current.txt | 1424 field public static final int SYSTEM_INTERACTION = 6; // 0x6 1522 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6 2573 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6 2587 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6 2602 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6 2939 field public static final int EVENT_HUB_RESET = 6; // 0x6 2982 field public static final int RESULT_FAILED_TIMEOUT = 6; // 0x6 3014 field public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; // 0x6 3204 field public static final int TYPE_EVENT = 6; // 0x6 3265 field public static final int IDENTIFIER_TYPE_DAB_ENSEMBLE = 6; // 0x6 [all …]
|
D | test-current.txt | 89 field public static final int PROCESS_CAPABILITY_ALL_IMPLICIT = 6; // 0x6 567 field public static final int WINDOWING_MODE_MULTI_WINDOW = 6; // 0x6 1350 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6 1364 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6 1379 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6 1401 field public static final int DEVICE_PURE_CEC_SWITCH = 6; // 0x6 2245 field public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6; // 0x6 2404 field public static final int ERROR_STARTING_IPREACHABILITYMONITOR = 6; // 0x6 2433 field public static final int NETWORK_UNLINGER = 6; // 0x6 3067 field public static final int CAUSE_ERROR_EXCEPTION = 6; // 0x6 [all …]
|
D | current.txt | 2921 field public static final int GESTURE_SWIPE_RIGHT_AND_LEFT = 6; // 0x6 2931 field public static final int GLOBAL_ACTION_POWER_DIALOG = 6; // 0x6 3192 field public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6; // 0x6 4583 field public static final int REASON_ANR = 6; // 0x6 5600 field public static final int SEMANTIC_ACTION_MUTE = 6; // 0x6 6769 field public static final int USES_POLICY_EXPIRE_PASSWORD = 6; // 0x6 7361 field public static final int ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE = 6; // 0x6 8452 field public static final int MICROSOFT = 6; // 0x6 8756 field public static final int GATT_REQUEST_NOT_SUPPORTED = 6; // 0x6 9003 field public static final byte SUBCLASS2_CARD_READER = 6; // 0x6 [all …]
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 237 field public static final int MMI = 6; // 0x6 352 field public static final int REASON_IN_EMERGENCY_CALL = 6; // 0x6 390 field public static final int PRECISE_CALL_STATE_WAITING = 6; // 0x6 421 field public static final int CHANNEL_UNACCEPTABLE = 6; // 0x6 521 field public static final int CMAS_CATEGORY_HEALTH = 6; // 0x6 536 field public static final int CMAS_CLASS_OPERATOR_DEFINED_USE = 6; // 0x6 541 field public static final int CMAS_RESPONSE_TYPE_ASSESS = 6; // 0x6 1243 field public static final int CDIV_CF_REASON_NOT_LOGGED_IN = 6; // 0x6 1309 field public static final int CALL_TYPE_VT_RX = 6; // 0x6 1520 field public static final int SS_CFUT = 6; // 0x6 [all …]
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1372 field public static final int SYSTEM_INTERACTION = 6; // 0x6 1470 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6 2521 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6 2535 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6 2550 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6 2887 field public static final int EVENT_HUB_RESET = 6; // 0x6 2930 field public static final int RESULT_FAILED_TIMEOUT = 6; // 0x6 2962 field public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; // 0x6 3152 field public static final int TYPE_EVENT = 6; // 0x6 3213 field public static final int IDENTIFIER_TYPE_DAB_ENSEMBLE = 6; // 0x6 [all …]
|