Home | History | Annotate | Download | only in src

Lines Matching refs:temp

45     LVM_FLOAT temp;
49 temp = pCoef->A1;
50 pBiquadState->coefs[0] = temp;
51 temp = pCoef->A0;
52 pBiquadState->coefs[1] = temp;
53 temp = pCoef->B1;
54 pBiquadState->coefs[2] = temp;
61 LVM_INT16 temp;
65 temp=pCoef->A1;
66 pBiquadState->coefs[0]=temp;
67 temp=pCoef->A0;
68 pBiquadState->coefs[1]=temp;
69 temp=pCoef->B1;
70 pBiquadState->coefs[2]=temp;
72 temp=pCoef->Shift;
73 pBiquadState->Shift = temp;