Home
last modified time | relevance | path

Searched refs:x11 (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
54 x11 = *((uint32*)(ref + 4)); /* H G F E */ in sad_mb_offset3()
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */ in sad_mb_offset3()
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */ in sad_mb_offset3()
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */ in sad_mb_offset3()
66 x11 = sad_4pixel(x11, x14, x9); in sad_mb_offset3()
74 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3()
75 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in sad_mb_offset3()
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */ in sad_mb_offset3()
80 x11 = *((uint32*)(ref + 12)); /* H G F E */ in sad_mb_offset3()
[all …]
Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local
109 x11 = *((uint32*)(ref + 4)); in simd_sad_mb()
114 x11 = sad_4pixel(x11, x14, x9); in simd_sad_mb()
122 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in simd_sad_mb()
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */ in simd_sad_mb()
128 x11 = *((uint32*)(ref + 12)); in simd_sad_mb()
133 x11 = sad_4pixel(x11, x14, x9); in simd_sad_mb()
141 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ in simd_sad_mb()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Resize.S190 ldp x13,x11, [sp,#80] // xclip, avail
238 sub x11, x11, #4
271 subs x11, x11, #CHUNKSIZE
273 add x11, x11, #CHUNKSIZE /* if they're not... */
279 sub x11, x11, #8 / COMPONENT_COUNT
281 4: cmp x11, #8 / COMPONENT_COUNT - 1
288 cmp x11, #1
295 add x4, x4, x11, LSL #(COMPONENT_SHIFT)
296 add x5, x5, x11, LSL #(COMPONENT_SHIFT)
297 add x6, x6, x11, LSL #(COMPONENT_SHIFT)
[all …]
DrsCpuIntrinsics_advsimd_Blur.S101 mov x11, x19
118 ld1 {v11.16b}, [x11], x13
125 VERTPLD(x11, #32)
141 ld1 {v11.16b}, [x11], x13
146 csel x11, x19, x11, lo
151 VERTPLD(x11, #32)
1184 stp x10, x11, [sp, #-16]!
1186 ldp x10, x11, [sp], #16
1249 sub x12, xzr, x11
1258 sub x12, xzr, x11
[all …]
/frameworks/base/data/keyboards/
DVendor_1038_Product_1412.kl31 axis 0x11 HAT_Y
DVendor_046d_Product_c219.kl35 axis 0x11 HAT_Y
DVendor_046d_Product_c21d.kl36 axis 0x11 HAT_Y
DVendor_2378_Product_1008.kl35 axis 0x11 HAT_Y
DVendor_1bad_Product_f036.kl36 axis 0x11 HAT_Y
DVendor_1689_Product_fe00.kl36 axis 0x11 HAT_Y
DVendor_1bad_Product_f023.kl35 axis 0x11 HAT_Y
DVendor_1bad_Product_f016.kl36 axis 0x11 HAT_Y
DVendor_1bad_Product_f027.kl36 axis 0x11 HAT_Y
DVendor_2378_Product_100a.kl35 axis 0x11 HAT_Y
DVendor_1689_Product_fd01.kl36 axis 0x11 HAT_Y
DVendor_046d_Product_c21f.kl36 axis 0x11 HAT_Y
DVendor_1d79_Product_0009.kl40 axis 0x11 HAT_Y
DVendor_046d_Product_c216.kl37 axis 0x11 HAT_Y
DVendor_1532_Product_0900.kl37 axis 0x11 HAT_Y
DVendor_0b05_Product_4500.kl37 axis 0x11 HAT_Y
DVendor_0e6f_Product_02a4.kl44 axis 0x11 HAT_Y
DVendor_046d_Product_c299.kl50 axis 0x11 HAT_Y
DVendor_045e_Product_02e0.kl50 axis 0x11 HAT_Y
/frameworks/av/media/libaudioclient/tests/
Dtrack_test_input_v1.0_ref.txt31 …44100 0x1000000 0x3 4800 2400 0 0x11 0 1 …
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadTest.java.broken82 0x09, (byte) 0x91, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, (byte) 0xf8,
96 0x09, (byte) 0x91, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, (byte) 0xf8,

12