Home | History | Annotate | Download | only in src

Lines Matching refs:pInstance

30 void MixSoft_2St_D32C31_SAT(    Mix_2St_Cll_t       *pInstance,
42 if ((pInstance->Current1 != pInstance->Target1) || (pInstance->Current2 != pInstance->Target2))
44 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n);
45 MixInSoft_D32C31_SAT( (void *) &pInstance->Alpha2, /* Cast to void: no dereferencing in function*/
55 if (pInstance->Current1 == 0)
56 MixSoft_1St_D32C31_WRA( (void *) &pInstance->Alpha2, /* Cast to void: no dereferencing in function*/
58 else if (pInstance->Current2 == 0)
59 MixSoft_1St_D32C31_WRA( (Mix_1St_Cll_t*) pInstance, src1, dst, n);
61 Core_MixHard_2St_D32C31_SAT( pInstance, src1, src2, dst, n);