Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_packing.c66 int32_t s32LoopCount; /* loop counter*/ in EncPacking() local
136 s32LoopCount = *ps16GenPtr++; in EncPacking()
137 if (s32LoopCount != 0) { in EncPacking()
141 u16Levels = (uint16_t)(((uint32_t)1 << s32LoopCount) - 1); in EncPacking()
157 u16Levels = (uint16_t)(((uint32_t)1 << s32LoopCount) - 1); in EncPacking()
169 if (s32PresentBit >= s32LoopCount) { in EncPacking()
170 Temp <<= s32LoopCount; in EncPacking()
172 s32PresentBit -= s32LoopCount; in EncPacking()
174 while (s32PresentBit < s32LoopCount) { in EncPacking()
175 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]