Home
last modified time | relevance | path

Searched refs:s32 (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c28 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
29 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
35 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
36 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
42 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
43 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
49 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
50 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
55 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
56 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
[all …]
DSubbandFunctionsCommon.h74 tmp_r64.s32.h += invQ >> 1; in invertQuantisation()
76 acc = tmp_r64.s32.h; in invertQuantisation()
78 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisation()
82 if (tmp_round1 == 0 && tmp_r64.s32.l == (int32_t)0x80000000L) { in invertQuantisation()
108 tmp_r64.s32.h = tmp_accH; in invertQuantisation()
172 tmp_r64.s32.h += invQ >> 1; in invertQuantisationHL()
174 acc = tmp_r64.s32.h; in invertQuantisationHL()
176 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisationHL()
206 tmp_r64.s32.h = tmp_accH; in invertQuantisationHL()
DAptxParameters.h77 } s32; member
82 int32_t s32; member
DaptXHDbtenc.c150 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleAdaptDelayLine.s32 = in aptxhdbtenc_init()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c31 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
32 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
38 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
39 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
44 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
45 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
51 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
52 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
58 tmp_acc.s32.h -= absDiffSignalShifted; in BsearchLL()
59 tmp = tmp_acc.s32.h | (tmp_acc.u32.l >> 1); in BsearchLL()
[all …]
DSubbandFunctionsCommon.h73 tmp_r64.s32.h += invQ >> 1; in invertQuantisation()
75 acc = tmp_r64.s32.h; in invertQuantisation()
77 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisation()
81 if (tmp_round1 == 0 && tmp_r64.s32.l == (int32_t)0x80000000L) { in invertQuantisation()
108 tmp_r64.s32.h = tmp_accH; in invertQuantisation()
174 tmp_r64.s32.h += invQ >> 1; in invertQuantisationHL()
176 acc = tmp_r64.s32.h; in invertQuantisationHL()
178 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisationHL()
208 tmp_r64.s32.h = tmp_accH; in invertQuantisationHL()
DAptxParameters.h78 } s32; member
83 int32_t s32; member
DaptXbtenc.c162 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleAdaptDelayLine.s32 = in aptxbtenc_init()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DStructTest.java329 SignedDataMessage(final byte s8, final short s16, final int s32, final long s64) { in SignedDataMessage() argument
332 mS32 = s32; in SignedDataMessage()
796 @Field(order = 7, type = Type.S32) public final int s32; field in StructTest.FullTypeMessage
808 final BigInteger u64, final byte s8, final short s16, final int s32, final long s64, in FullTypeMessage() argument
819 this.s32 = s32; in FullTypeMessage()
873 assertEquals(2147483647, msg.s32); in testStructClass_equals()
905 @Field(order = 7, type = Type.S32) public final int s32; field in StructTest.FullTypeMessageWithDupType
917 final BigInteger u64, final byte s8, final short s16, final int s32, final long s64, in FullTypeMessageWithDupType() argument
928 this.s32 = s32; in FullTypeMessageWithDupType()
/packages/modules/Connectivity/staticlibs/native/tcutils/
Dtcutils.cpp101 int32_t s32; member
246 .s32 = TC_ACT_UNSPEC, in IngressPoliceFilterBuilder()