Lines Matching refs:freqBandTable
171 UCHAR *freqBandTable,
227 /*static*/ void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
236 int lowSubband2 = freqBandTable[0]<<1;
258 freqBandTable += nSfb;
262 int ui = *freqBandTable--; /* Upper limit of the current scale factor band. */
263 int li = *freqBandTable; /* Lower limit of the current scale factor band. */
545 mapSineFlags(hFreq->freqBandTable[1],
657 hFreq->freqBandTable[freq_res],
667 UCHAR * table = hFreq->freqBandTable[freq_res];
1458 UCHAR *freqBandTable, /*!< First Subband for each Sfb */
1481 li = freqBandTable[j];
1482 ui = freqBandTable[j+1];
2130 UCHAR *freqBandTable, /*!< Table with possible band borders */
2131 int noFreqBands, /*!< Number of bands in freqBandTable */
2142 int lowSubband = freqBandTable[0];
2143 int highSubband = freqBandTable[noFreqBands];
2158 workLimiterBandTable[k] = freqBandTable[k] - lowSubband;