Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/
Dsbc_packing.c57 int32_t s32PresentBit; /* represents bit to be stored*/ in EncPacking() local
98 s32PresentBit = 8; in EncPacking()
110 s32PresentBit = 4; in EncPacking()
126 if (s32PresentBit == 4) { in EncPacking()
127 s32PresentBit = 8; in EncPacking()
131 s32PresentBit = 4; in EncPacking()
176 if (s32PresentBit >= s32LoopCount) { in EncPacking()
179 s32PresentBit -= s32LoopCount; in EncPacking()
181 while (s32PresentBit < s32LoopCount) { in EncPacking()
182 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]