Searched refs:s32PresentBit (Results 1 – 1 of 1) sorted by relevance
61 int32_t s32PresentBit; /* represents bit to be stored*/ in EncPacking() local91 s32PresentBit = 8; in EncPacking()103 s32PresentBit = 4; in EncPacking()119 if (s32PresentBit == 4) { in EncPacking()120 s32PresentBit = 8; in EncPacking()124 s32PresentBit = 4; in EncPacking()169 if (s32PresentBit >= s32LoopCount) { in EncPacking()172 s32PresentBit -= s32LoopCount; in EncPacking()174 while (s32PresentBit < s32LoopCount) { in EncPacking()175 s32LoopCount -= s32PresentBit; in EncPacking()[all …]