Home | History | Annotate | Download | only in src

Lines Matching refs:spectrum

185     FIXP_DBL               *spectrum,
194 FIXP_DBL *spectrum,
933 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1171 /* Expand first short spectrum */
1211 /* scale spectrum according to concealment state */
1262 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1312 FIXP_DBL *spectrum,
1341 enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
1356 enAccu += (enAccu + (fPow2Div2(*(spectrum + line)) >> sfbScale)) >> 3;
1375 enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
1381 /* expand short to long spectrum */
1390 enAccu += fPow2Div2(*(spectrum + (line >> 3))) >> sfbScale;
1410 FIXP_DBL *spectrum,
1432 accu = fMult(*(spectrum+line), facMod4Table[fac_mod]);
1438 *(spectrum+line) = accu;