Home
last modified time | relevance | path

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

12

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastidct.cpp111 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
118 x6 = W6 * x2; in idct_col3()
123 x8 = x4 - x6; in idct_col3()
124 x4 += x6; in idct_col3()
125 x6 = x8; in idct_col3()
135 blk[16] = (x6 + x5) >> 8; in idct_col3()
139 blk[40] = (x6 - x5) >> 8; in idct_col3()
148 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
155 x6 = W6 * x2; in idct_col4()
160 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/codecs/m4v_h263/dec/src/
Didct_vca.cpp191 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local
214 x6 = (W6 * x2 + 4) >> 3; in idctrow3()
219 x8 = x4 - x6; in idctrow3()
220 x4 += x6; in idctrow3()
221 x6 = x8; in idctrow3()
235 res = (x6 + x5) >> 14; in idctrow3()
246 res2 = (x6 - x5) >> 14; in idctrow3()
264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local
271 x6 = W6 * x2; in idctcol3()
276 x8 = x4 - x6; in idctcol3()
[all …]
Dblock_idct.cpp517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
550 x6 = blk[13]; in idctrow()
561 x8 = W3 * (x6 + x7) + 4; in idctrow()
562 x6 = (x8 - (W3 - W5) * x6) >> 3; in idctrow()
571 x1 = x4 + x6; in idctrow()
572 x4 -= x6; in idctrow()
573 x6 = x5 + x7; in idctrow()
595 res = (x8 + x6) >> 14; in idctrow()
602 res = (x8 - x6) >> 14; in idctrow()
629 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
[all …]
/frameworks/rs/toolkit/
DConvolve_advsimd.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 …]
DLut3d_advsimd.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]
DYuvToRgb_advsimd.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]
DResize_advsimd.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
DColorMatrix_advsimd.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
DBlend_advsimd.S603 ldrsh x6, [x5, w2, uxtw #1]
608 cbz x6, 1f
610 add x6, x5, x6
611 2: br x6
DBlur_advsimd.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/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/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto162 // ET_DHCP_NO_COOKIE = (ET_DHCP_ERROR_TYPE | 0x6) << 16;
/frameworks/proto_logging/stats/enums/media/audio/
Denums.proto220 AUDIO_FORMAT_PCM_24_BIT_PACKED = 0x6;
/frameworks/base/core/api/
Dsystem-current.txt935 … field public static final int MEDIA_TRANSFER_SENDER_STATE_TRANSFER_TO_RECEIVER_FAILED = 6; // 0x6
1177 field public static final int STATUS_ACCOUNTS_NOT_EMPTY = 6; // 0x6
1284 field public static final int ERROR_REMOVE_NON_REQUIRED_APPS_FAILED = 6; // 0x6
2040 field public static final int ACTION_LAUNCH_KEYBOARD_FOCUS = 6; // 0x6
2182 field public static final int FEATURE_REMINDER = 6; // 0x6
2200 field public static final int UI_TEMPLATE_COMBINED_CARDS = 6; // 0x6
2242 field public static final int EVENT_UI_SURFACE_SHOWN = 6; // 0x6
2591 field public static final int SYSTEM_INTERACTION = 6; // 0x6
2683 field public static final int CINEMATIC_EFFECT_STATUS_IMAGE_FORMAT_NOT_SUITABLE = 6; // 0x6
4067 field public static final int HDMI_CEC_VERSION_2_0 = 6; // 0x6
[all …]
Dcurrent.txt3141 field public static final int GESTURE_SWIPE_RIGHT_AND_LEFT = 6; // 0x6
3163 field public static final int GLOBAL_ACTION_POWER_DIALOG = 6; // 0x6
3508 field public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6; // 0x6
4939 field public static final int REASON_ANR = 6; // 0x6
6044 field public static final int SEMANTIC_ACTION_MUTE = 6; // 0x6
7304 field public static final int USES_POLICY_EXPIRE_PASSWORD = 6; // 0x6
8002 field public static final int ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE = 6; // 0x6
8392 field public static final int STOP_REASON_CONSTRAINT_CHARGING = 6; // 0x6
8466 field public static final int ACTIVITY_GAME = 6; // 0x6
10790 field public static final int TYPE_STRING = 6; // 0x6
[all …]
Dremoved.txt324 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 …]

12