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.c62 int32_t s32LoopCount; /* loop counter*/ in EncPacking() local
135 s32LoopCount = *ps16GenPtr++; in EncPacking()
136 if (s32LoopCount != 0) { in EncPacking()
140 u16Levels = (uint16_t)(((uint32_t)1 << s32LoopCount) - 1); in EncPacking()
156 u16Levels = (uint16_t)(((uint32_t)1 << s32LoopCount) - 1); in EncPacking()
168 if (s32PresentBit >= s32LoopCount) { in EncPacking()
169 Temp <<= s32LoopCount; in EncPacking()
171 s32PresentBit -= s32LoopCount; in EncPacking()
173 while (s32PresentBit < s32LoopCount) { in EncPacking()
174 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]