Home
last modified time | relevance | path

Searched refs:s16 (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
71 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
72 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
73 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = -1; in updatePredictorPoleCoefficients()
79 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
80 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
81 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = 1; in updatePredictorPoleCoefficients()
85 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
86 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
[all …]
DAptxParameters.h100 } s16; member
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
71 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
72 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
73 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = -1; in updatePredictorPoleCoefficients()
78 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
79 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
80 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = 1; in updatePredictorPoleCoefficients()
83 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
84 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
[all …]
DAptxParameters.h102 } s16; member
/packages/services/Car/tools/keventreader/server/
Devent.cpp31 String16 s16 = String16(source.c_str()); in writeToParcel() local
32 parcel->writeString16(s16); in writeToParcel()
40 String16 s16 = parcel->readString16(); in readFromParcel() local
41 source = std::string(String8(s16).c_str()); in readFromParcel()
/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
331 mS16 = s16; in SignedDataMessage()
795 @Field(order = 6, type = Type.S16) public final short s16; field in StructTest.FullTypeMessage
808 final BigInteger u64, final byte s8, final short s16, final int s32, final long s64, in FullTypeMessage() argument
818 this.s16 = s16; in FullTypeMessage()
872 assertEquals(32767, msg.s16); in testStructClass_equals()
904 @Field(order = 6, type = Type.S16) public final short s16; field in StructTest.FullTypeMessageWithDupType
917 final BigInteger u64, final byte s8, final short s16, final int s32, final long s64, in FullTypeMessageWithDupType() argument
927 this.s16 = s16; in FullTypeMessageWithDupType()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...