Searched refs:s32PresentBit (Results 1 – 1 of 1) sorted by relevance
57 int32_t s32PresentBit; /* represents bit to be stored*/ in EncPacking() local90 s32PresentBit = 8; in EncPacking()102 s32PresentBit = 4; in EncPacking()118 if (s32PresentBit == 4) { in EncPacking()119 s32PresentBit = 8; in EncPacking()123 s32PresentBit = 4; in EncPacking()168 if (s32PresentBit >= s32LoopCount) { in EncPacking()171 s32PresentBit -= s32LoopCount; in EncPacking()173 while (s32PresentBit < s32LoopCount) { in EncPacking()174 s32LoopCount -= s32PresentBit; in EncPacking()[all …]