Home | History | Annotate | Download | only in src

Lines Matching refs:temp

45     LVM_FLOAT temp;
48 temp = pCoef->A2;
49 pBiquadState->coefs[0] = temp;
50 temp = pCoef->A1;
51 pBiquadState->coefs[1] = temp;
52 temp = pCoef->A0;
53 pBiquadState->coefs[2] = temp;
54 temp = pCoef->B2;
55 pBiquadState->coefs[3] = temp;
56 temp = pCoef->B1;
57 pBiquadState->coefs[4] = temp;
64 LVM_INT32 temp;
68 temp=pCoef->A2;
69 pBiquadState->coefs[0]=temp;
70 temp=pCoef->A1;
71 pBiquadState->coefs[1]=temp;
72 temp=pCoef->A0;
73 pBiquadState->coefs[2]=temp;
74 temp=pCoef->B2;
75 pBiquadState->coefs[3]=temp;
76 temp=pCoef->B1;
77 pBiquadState->coefs[4]=temp;