Home
last modified time | relevance | path

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

/btstack/3rd-party/bluedroid/encoder/srce/
H A Dsbc_packing.c68 SINT32 s32LoopCount; /* loop counter*/ in EncPacking() local
158 s32LoopCount = *ps16GenPtr++; in EncPacking()
159 if (s32LoopCount != 0) in EncPacking()
164 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()
180 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount)-1); in EncPacking()
192 if(s32PresentBit >= s32LoopCount) in EncPacking()
194 Temp <<= s32LoopCount; in EncPacking()
196 s32PresentBit -= s32LoopCount; in EncPacking()
200 while (s32PresentBit < s32LoopCount) in EncPacking()
202 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]