Home
last modified time | relevance | path

Searched refs:x7 (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp160 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() local
166 x7 = W7 * x1; in idctcol2()
169 x3 = x7; in idctcol2()
170 x5 = (181 * (x1 - x7) + 128) >> 8; in idctcol2()
171 x7 = (181 * (x1 + x7) + 128) >> 8; in idctcol2()
174 blk[8] = (x0 + x7) >> 8; in idctcol2()
178 blk[48] = (x0 - x7) >> 8; in idctcol2()
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local
219 x7 = (W7 * x1 + 4) >> 3; in idctrow3()
221 x3 = x7; in idctrow3()
[all …]
Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
551 x7 = blk[11]; in idctrow()
560 x8 = W3 * (x6 + x7) + 4; in idctrow()
562 x7 = (x8 - (W3 + W5) * x7) >> 3; in idctrow()
572 x6 = x5 + x7; in idctrow()
573 x5 -= x7; in idctrow()
576 x7 = x8 + x3; in idctrow()
586 res = (x7 + x1) >> 14; in idctrow()
609 res = (x7 - x1) >> 14; in idctrow()
628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_inline.h44 int32 x7; in sad_4pixel() local
46 x7 = src2 ^ src1; /* check odd/even combination */ in sad_4pixel()
55 x7 = x7 ^ src1; /* only odd bytes need to add carry */ in sad_4pixel()
56 x7 = mask & ((uint32)x7 >> 1); in sad_4pixel()
57 x7 = (x7 << 8) - x7; in sad_4pixel()
58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ in sad_4pixel()
59 src1 = src1 ^(x7 >> 7); /* take absolute value of negative byte */ in sad_4pixel()
191 int32 x7;
195 EOR x7, src2, src1; /* check odd/even combination */
197 EOR x7, x7, src1;
[all …]
Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
87 x7 = W7 * x1; in idct_col2()
90 x3 = x7; in idct_col2()
91 x5 = (181 * (x1 - x7) + 128) >> 8; in idct_col2()
92 x7 = (181 * (x1 + x7) + 128) >> 8; in idct_col2()
95 blk[8] = (x0 + x7) >> 8; in idct_col2()
99 blk[48] = (x0 - x7) >> 8; in idct_col2()
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
123 x7 = W7 * x1; in idct_col3()
125 x3 = x7; in idct_col3()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_ColorMatrix.S160 br x7
177 br x7
282 br x7
296 br x7
977 sub x7, sp, #32
980 st1 {v12.1d-v15.1d}, [x7]
986 ldp x6,x7, [x3],#16
1017 cmp x7, x16
1018 csel x7, x8, x7, eq
1034 adrp x7, 2f
[all …]
DrsCpuIntrinsics_advsimd_3DLUT.S24 smov x7, \src1
27 add x7, x7, x3
30 ld1 {v17.2s}, [x7], x4
33 ld1 {v19.2s}, [x7], x5
46 ld1 {v19.2s}, [x7]
49 sub x7, x7, x4
52 ld1 {v17.2s}, [x7]
DrsCpuIntrinsics_advsimd_Resize.S55 ld1 {v11.8b}, [x7], #8
83 ld1 {v11.s}[0], [x7], #4
246 sub x7, x7, x13, LSL #(COMPONENT_SHIFT)
294 sub x7, x7, #8
298 add x7, x7, x11, LSL #(COMPONENT_SHIFT)
345 sub x7, x7, #COMPONENT_COUNT
DrsCpuIntrinsics_advsimd_Convolve.S257 subs x7, x7, #1
DrsCpuIntrinsics_advsimd_Blur.S144 cmp x7, #\i
1630 ccmp x5, x7, #0, eq
1779 mov x3, x7 // count
1780 sub x7, x10, #1 // h - y - 1
1789 cmp x7, x5
1790 csel x7, x5, x7, hs // rdn = min(r, h - y - 1)
1794 madd x19, x2, x7, x1
1836 lsl x3, x7, #2 // count
1837 sub x7, x10, #1 // h - y - 1
1846 cmp x7, x5
[all …]
/frameworks/base/api/
Dsystem-current.txt823 field public static final int LOG_EVENT_ID_NO_DATA_TO_SEND = 7; // 0x7
1282 field public static final int METADATA_UNTETHERED_LEFT_ICON = 7; // 0x7
2052 field public static final int ONE_TOUCH_RECORD_UNABLE_SELECTED_SERVICE = 7; // 0x7
2062 field public static final int RESULT_COMMUNICATION_FAILED = 7; // 0x7
2086 field public static final int TIMER_STATUS_NOT_PROGRAMMED_NO_CA_ENTITLEMENTS = 7; // 0x7
2415 field public static final int RESULT_FAILED_SERVICE_INTERNAL_FAILURE = 7; // 0x7
2641 field public static final int TYPE_SPORT = 7; // 0x7
2701 field public static final int IDENTIFIER_TYPE_DAB_SCID = 7; // 0x7
2725 field @Deprecated public static final int PROGRAM_TYPE_SXM = 7; // 0x7
2761 field public static final int CONFIG_DAB_FM_LINKING = 7; // 0x7
[all …]
Dtest-current.txt1410 field public static final int TRANSPORT_TEST = 7; // 0x7
1422 field public static final int RTN_UNREACHABLE = 7; // 0x7
1577 field public static final int ERROR_INVALID_PROVISIONING = 7; // 0x7
1600 field public static final int NETWORK_DISCONNECTED = 7; // 0x7
3192 field public static final int WIRE_TYPE_MASK = 7; // 0x7
3388 field public static final int TYPE_SESSION_RESUMED = 7; // 0x7