Lines Matching refs:s32PresentBit
63 SINT32 s32PresentBit; /* represents bit to be stored*/ in EncPacking() local
92 s32PresentBit = 8; in EncPacking()
107 s32PresentBit = 4; in EncPacking()
126 if(s32PresentBit == 4) in EncPacking()
128 s32PresentBit = 8; in EncPacking()
134 s32PresentBit = 4; in EncPacking()
182 if(s32PresentBit >= s32LoopCount) in EncPacking()
186 s32PresentBit -= s32LoopCount; in EncPacking()
190 while (s32PresentBit < s32LoopCount) in EncPacking()
192 s32LoopCount -= s32PresentBit; in EncPacking()
199 Temp <<= s32PresentBit; in EncPacking()
207 s32PresentBit = 8; in EncPacking()
217 s32PresentBit -= s32LoopCount; in EncPacking()
225 Temp <<= s32PresentBit; in EncPacking()