Searched refs:s32LoopCount (Results 1 – 1 of 1) sorted by relevance
69 SINT32 s32LoopCount; /* loop counter*/ in EncPacking() local146 s32LoopCount = *ps16GenPtr++; in EncPacking()147 if (s32LoopCount != 0) { in EncPacking()151 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()167 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()179 if (s32PresentBit >= s32LoopCount) { in EncPacking()180 Temp <<= s32LoopCount; in EncPacking()182 s32PresentBit -= s32LoopCount; in EncPacking()184 while (s32PresentBit < s32LoopCount) { in EncPacking()185 s32LoopCount -= s32PresentBit; in EncPacking()[all …]