Searched refs:pSfbThreshold (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dpsy_main.cpp489 FIXP_DBL *pSfbThreshold[(2)]; local
579 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0];
593 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long;
730 (pSfbThreshold[ch]+w*maxSfb[ch])[sfb] = fMult((pSfbEnergy[ch]+w*maxSfb[ch])[sfb], C_RATIO);
763 (pSfbThreshold[ch]+w*maxSfb[ch])[sfb] = (FIXP_DBL)0;
845 pSfbThreshold[ch][sfb] >>= (2*shift);
917 pSfbThreshold[ch][sfb] >>= (tnsSpecShift<<1);
957 *(pSfbThreshold[ch]+w*maxSfb[ch]+i) = fixMin(*(pSfbThreshold[ch]+w*maxSfb[ch]+i), clipEnergy);
964 pSfbThreshold[c
[all...]

Completed in 20 milliseconds