Lines Matching refs:freqBandTable
185 UCHAR *freqBandTable, int start_pos, int next_pos,
246 UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */ in mapSineFlags() argument
288 const int lsb = freqBandTable[0]; /* start of sbr range */ in mapSineFlags()
290 const int qmfBand = (freqBandTable[i] + freqBandTable[i + 1]) >> 1; in mapSineFlags()
329 UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per in mapSineFlagsPvc() argument
350 const int lsb = freqBandTable[0]; in mapSineFlagsPvc()
351 const int usb = freqBandTable[nSfb]; in mapSineFlagsPvc()
898 UCHAR **pFreqBandTable = hFreq->freqBandTable; in calculateSbrEnvelope()
2118 UCHAR *freqBandTable, /*!< First Subband for each Sfb */ in calcNrgPerSfb() argument
2142 li = freqBandTable[j]; in calcNrgPerSfb()
2143 ui = freqBandTable[j + 1]; in calcNrgPerSfb()
3060 UCHAR *freqBandTable, /*!< Table with possible band borders */ in ResetLimiterBands() argument
3071 int lowSubband = freqBandTable[0]; in ResetLimiterBands()
3072 int highSubband = freqBandTable[noFreqBands]; in ResetLimiterBands()
3102 workLimiterBandTable[k] = freqBandTable[k] - lowSubband; in ResetLimiterBands()