Searched refs:x6 (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
210 x6 = (W6 * x2 + 4) >> 3;
215 x8 = x4 - x6;
216 x4 += x6;
217 x6 = x8;
231 res = (x6 + x5) >> 14;
242 res2 = (x6 - x5) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
266 x6 = W6 * x2;
271 x8 = x4 - x6;
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
549 x6 = blk[13];
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
572 x6 = x5 + x7;
594 res = (x8 + x6) >> 14;
601 res = (x8 - x6) >> 1
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dvlc_tab.cpp198 {0x8, 1, 1, 7}, {0x7, 1, 1, 7}, {0x6, 1, 1, 7}, {0x5, 1, 1, 7}, {0xc, 1, 0, 7}, {0xb, 1, 0, 7},
201 {0x8, 1, 0, 6}, {0x8, 1, 0, 6}, {0x7, 1, 0, 6}, {0x7, 1, 0, 6}, {0x6, 1, 0, 6}, {0x6, 1, 0, 6},
249 {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x5, 2, 0, 10}, {0x5, 2, 0, 10},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5, 3, 0, 12}, {0x6, 3, 0, 12}, {0xa, 2, 0, 12},
270 {0x4, 1, 1, 7}, {0x3, 1, 1, 7}, {0x6, 1, 0, 7}, {0x5, 1, 1, 7},
307 {0x7, 2, 0, 9}, {0x7, 2, 0, 9}, {0x6,
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
114 x6 = W6 * x2;
119 x8 = x4 - x6;
120 x4 += x6;
121 x6 = x8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
149 x6 = W6 * x2;
154 x8 = x4 - x6;
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
99 x6 = 0xFFFF00FF;
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
139 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
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; local
271 MVN x6, # local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
38 x6 = 0xFFFF00FF;
72 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
75 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
98 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
101 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
143 MVN x6, #0xff0000; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
234 x6
[all...]
H A Dvlc_enc_tab.h502 { 0x6, 3},
833 { 0x6, 3},
H A Dfastquant.cpp66 /* 2 */ 0x6, 0x10, 0x18, 0x22, 0x32, 0x3C, 0x52, 0x56,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java32 DARK_BLUE(0x6),
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Convolve.S30 sub x6, sp, #64
32 st1 {v8.1d-v11.1d}, [x6], #32
33 st1 {v12.1d-v15.1d}, [x6]
111 x6 = coeffs
121 ld1 {v0.8h-v2.8h}, [x6], #48
122 ld1 {v3.4h}, [x6], #8
127 mov x6, #8
130 /* Load the y base pointers in Qregs and post-increase the address by x6=#8 */
131 ld1 {v9.8b-v11.8b}, [x1], x6 // y0 ( y - 2 )
132 ld1 {v12.8b-v14.8b}, [x2], x6 // y
[all...]
H A 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]
141 * x6
[all...]
H A 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]
H A DrsCpuIntrinsics_advsimd_Resize.S54 ld1 {v10.8b}, [x6], #8
82 ld1 {v10.s}[0], [x6], #4
148 * uint8_t const * restrict src1, // x6
243 sub x6, x6, x13, LSL #(COMPONENT_SHIFT)
293 sub x6, x6, #8
297 add x6, x6, x11, LSL #(COMPONENT_SHIFT)
344 sub x6, x
[all...]
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S67 * x6 = column2_fn
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
1133 ldp x6,x
[all...]
H A DrsCpuIntrinsics_advsimd_Blend.S597 ldrsh x6, [x5, w2, uxtw #1]
602 cbz x6, 1f
603 add x6, x5, x6
604 br x6
H A DrsCpuIntrinsics_advsimd_Blur.S67 * x6 -- rup (r, unless clipped to top of source image)
140 cmp x6, #\i
1469 * x6 -- rup
1568 * x6 = rup
1601 cmp x5, x6
1735 * size_t y, // x6
1749 sub x10, x3, x6 // h - y
1759 cmp x6, x5
1760 csel x6, x5, x6, h
[all...]
/frameworks/av/cmds/screenrecord/
H A DFontBitmap.h275 0x0, 0x0, 0x0, 0x6, 0x12, 0x16, 0x10, 0x6,
280 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
285 0x0, 0x0, 0x0, 0x6, 0x9c, 0xd, 0x9d, 0x8d,
296 0xa, 0x14, 0x1a, 0x12, 0x6, 0x0, 0x0, 0x0,
332 0x5, 0xde, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0,
333 0x0, 0x0, 0x6, 0x70, 0xf0, 0x11, 0x53, 0x69,
383 0xfe, 0x3c, 0x0, 0x0, 0x0, 0x6, 0x2e, 0x2e,
411 0xeb, 0xfe, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0,
412 0x7a, 0x63, 0xff, 0xe7, 0xfe, 0x6,
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java211 public static final int TIMER_STATUS_NOT_PROGRAMMED_CA_NOT_SUPPORTED = 0x6;
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp47 #define MSC_ANDROID_TIME_SEC 0x6
/frameworks/native/include/private/ui/
H A DRegionHelper.h42 static const uint32_t RHS = 0x6; // 0b110
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h370 #define SL_OBJECT_STATE_RESUMING_1 ((SLuint32) 0x6) // async resume on work queue
H A DOpenSLES_IID.cpp94 { 0xc2e5d5f0, 0x94bd, 0x4763, 0x9cac, { 0x4e, 0x23, 0x4d, 0x6, 0x83, 0x9e } },
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1334 array3[1] = (byte) 0x6;
1358 array3[1] = (byte) 0x6;
1382 array3[1] = (byte) 0x6;
1406 array3[1] = (byte) 0x6;
1430 array3[1] = (byte) 0x6;
1463 array3[1] = (byte) 0x6;
/frameworks/native/services/inputflinger/
H A DEventHub.h57 #define MSC_ANDROID_TIME_SEC 0x6
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h163 OMX_AUDIO_ChannelLFE = 0x6, /**< Low frequency effects */

Completed in 1222 milliseconds

12