Home
last modified time | relevance | path

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

/libsbc-latest/encoder/srce/
Dsbc_packing.c56 int32_t s32PresentBit; /* represents bit to be stored*/ in EncPacking() local
96 s32PresentBit = 8; in EncPacking()
108 s32PresentBit = 4; in EncPacking()
124 if (s32PresentBit == 4) { in EncPacking()
125 s32PresentBit = 8; in EncPacking()
129 s32PresentBit = 4; in EncPacking()
174 if (s32PresentBit >= s32LoopCount) { in EncPacking()
177 s32PresentBit -= s32LoopCount; in EncPacking()
179 while (s32PresentBit < s32LoopCount) { in EncPacking()
180 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]