Searched refs:s32LoopCount (Results 1 – 1 of 1) sorted by relevance
67 SINT32 s32LoopCount; /* loop counter*/ in EncPacking() local148 s32LoopCount = *ps16GenPtr++; in EncPacking()149 if (s32LoopCount != 0) in EncPacking()154 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()170 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount)-1); in EncPacking()182 if(s32PresentBit >= s32LoopCount) in EncPacking()184 Temp <<= s32LoopCount; in EncPacking()186 s32PresentBit -= s32LoopCount; in EncPacking()190 while (s32PresentBit < s32LoopCount) in EncPacking()192 s32LoopCount -= s32PresentBit; in EncPacking()[all …]