Lines Matching full:nbands
264 const INT nBands, const UINT *codeTable,
271 for (band = 0; band < nBands; band++) {
286 const INT *valLast, const INT nBands,
293 for (band = 0; band < nBands; band++) {
307 const INT *iidValLast, const INT nBands,
322 bitCnt += encodeDeltaFreq(hBitBuf, iidVal, nBands, codeTable,
330 encodeDeltaFreq(hBitBuf, iidVal, nBands, codeTable, lengthTable,
344 hBitBuf, iidVal, iidValLast, nBands, codeTable, lengthTable,
350 bitCnt += encodeDeltaTime(hBitBuf, iidVal, iidValLast, nBands,
367 const INT *iccValLast, const INT nBands,
377 bitCnt += encodeDeltaFreq(hBitBuf, iccVal, nBands, codeTable, lengthTable,
386 encodeDeltaTime(hBitBuf, iccVal, iccValLast, nBands, codeTable,
398 const INT *ipdValLast, const INT nBands,
408 bitCnt += encodeDeltaFreq(hBitBuf, ipdVal, nBands, codeTable, lengthTable,
417 encodeDeltaTime(hBitBuf, ipdVal, ipdValLast, nBands, codeTable,
429 const INT *opdValLast, const INT nBands,
439 bitCnt += encodeDeltaFreq(hBitBuf, opdVal, nBands, codeTable, lengthTable,
448 encodeDeltaTime(hBitBuf, opdVal, opdValLast, nBands, codeTable,