Home
last modified time | relevance | path

Searched refs:x6 (Results 1 – 16 of 16) 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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBUtilitiesTests.m64 0x6,
/frameworks/base/api/
Dsystem-current.txt1202 field public static final int SYSTEM_INTERACTION = 6; // 0x6
1271 field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6
2050 field public static final int ONE_TOUCH_RECORD_UNABLE_ANALOGUE_SERVICE = 6; // 0x6
2064 field public static final int RESULT_INCORRECT_MODE = 6; // 0x6
2079 field public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 6; // 0x6
2373 field public static final int EVENT_HUB_RESET = 6; // 0x6
2416 field public static final int RESULT_FAILED_TIMEOUT = 6; // 0x6
2448 field public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; // 0x6
2638 field public static final int TYPE_EVENT = 6; // 0x6
2699 field public static final int IDENTIFIER_TYPE_DAB_ENSEMBLE = 6; // 0x6
[all …]
Dremoved.txt413 field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6
Dtest-current.txt1578 field public static final int ERROR_STARTING_IPREACHABILITYMONITOR = 6; // 0x6
1607 field public static final int NETWORK_UNLINGER = 6; // 0x6
2159 field public static final int CAUSE_ERROR_EXCEPTION = 6; // 0x6
3386 field public static final int TYPE_CONTEXT_UPDATED = 6; // 0x6