Home | History | Annotate | Download | only in src

Lines Matching refs:pInstance

29 void Core_MixSoft_1St_D32C31_WRA(   Mix_1St_Cll_t       *pInstance,
45 MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31) /* Q31 * Q31 in Q31 */
46 if (pInstance->Target >= pInstance->Current)
53 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
54 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q31 + Q31 into Q31*/
55 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
70 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
71 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q31 + Q31 into Q31*/
72 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/