Home | History | Annotate | Download | only in src

Lines Matching full:spectrum

185     FIXP_DBL               *spectrum,
194 FIXP_DBL *spectrum,
932 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1170 /* Expand first short spectrum */
1210 /* scale spectrum according to concealment state */
1261 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1311 FIXP_DBL *spectrum,
1340 enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
1355 enAccu += (enAccu + (fPow2Div2(*(spectrum + line)) >> sfbScale)) >> 3;
1374 enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
1380 /* expand short to long spectrum */
1389 enAccu += fPow2Div2(*(spectrum + (line >> 3))) >> sfbScale;
1409 FIXP_DBL *spectrum,
1431 accu = fMult(*(spectrum+line), facMod4Table[fac_mod]);
1437 *(spectrum+line) = accu;