Home | History | Annotate | Download | only in src

Lines Matching refs:mdctScale

616     psyData[ch]->mdctScale = mdctSpectrum_e;
684 if (finalShift > psyData[0]->mdctScale + 3)
685 finalShift = psyData[0]->mdctScale + 3;
727 /* update mdctScale */
728 psyData[ch]->mdctScale -= finalShift;
735 psyData[ch]->mdctScale =
736 0; /* otherwise mdctScale would be for example 7 and PCM quantization
835 psyData[ch]->mdctScale += shift; /* update mdctScale */
908 psyData[ch]->mdctScale += tnsSpecShift; /* update mdctScale; not
927 INT energyShift = psyData[ch]->mdctScale * 2;
991 pSfbThreshold[ch] + w * maxSfb[ch], psyData[ch]->mdctScale,
1255 psyOutChannel[ch]->mdctScale = psyData[ch]->mdctScale;