Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_packing.c69 SINT32 s32LoopCount; /* loop counter*/ in EncPacking() local
146 s32LoopCount = *ps16GenPtr++; in EncPacking()
147 if (s32LoopCount != 0) { in EncPacking()
151 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()
167 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()
179 if (s32PresentBit >= s32LoopCount) { in EncPacking()
180 Temp <<= s32LoopCount; in EncPacking()
182 s32PresentBit -= s32LoopCount; in EncPacking()
184 while (s32PresentBit < s32LoopCount) { in EncPacking()
185 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]