Home | History | Annotate | Download | only in src

Lines Matching refs:pInstance

29 void Core_MixInSoft_D32C31_SAT(     Mix_1St_Cll_t       *pInstance,
45 MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31); /* Q31 * Q0 in Q0 */
46 if (pInstance->Target >= pInstance->Current){
51 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */
52 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q0 + Q0 into Q0*/
53 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
72 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */
73 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q0 + Q0 into Q0*/
74 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/