Searched refs:s32Low1 (Results 1 – 1 of 1) sorted by relevance
80 int32_t s32Hi1, s32Low1, s32Carry, s32TempVal2, s32Hi, s32Temp2; in EncPacking() local149 s32Low1 = s32Low >> ((*ps16ScfPtr) + 2); in EncPacking()150 s32Low1 &= ((uint32_t)1 << (32 - ((*ps16ScfPtr) + 2))) - 1; in EncPacking()153 u32QuantizedSbValue0 = (uint16_t)((s32Low1 | s32Hi1) >> 12); in EncPacking()