Home | History | Annotate | Download | only in src

Lines Matching refs:temp

46     LVM_FLOAT temp;
50 temp = pCoef->A2;
51 pBiquadState->coefs[0] = temp;
52 temp = pCoef->A1;
53 pBiquadState->coefs[1] = temp;
54 temp = pCoef->A0;
55 pBiquadState->coefs[2] = temp;
56 temp = pCoef->B2;
57 pBiquadState->coefs[3] = temp;
58 temp = pCoef->B1;
59 pBiquadState->coefs[4] = temp;
66 LVM_INT16 temp;
70 temp=pCoef->A2;
71 pBiquadState->coefs[0]=temp;
72 temp=pCoef->A1;
73 pBiquadState->coefs[1]=temp;
74 temp=pCoef->A0;
75 pBiquadState->coefs[2]=temp;
76 temp=pCoef->B2;
77 pBiquadState->coefs[3]=temp;
78 temp=pCoef->B1;
79 pBiquadState->coefs[4]=temp;