Searched refs:maxBands (Results 1 – 3 of 3) sorted by relevance
171 int maxBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1; in compute_allocation_table() local193 for (k=0;k<maxBands;k++) in compute_allocation_table()198 if (k>maxBands-1) in compute_allocation_table()199 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table()204 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1] in compute_allocation_table()205 + a1*band_allocation[i*maxBands+k])/(a0+a1); in compute_allocation_table()
388 int b, w, maxBands, maxWindows; in CChannel_CodebookTableInit() local393 maxBands = 64; in CChannel_CodebookTableInit()396 maxBands = 16; in CChannel_CodebookTableInit()404 for (; b < maxBands; b++) { in CChannel_CodebookTableInit()407 pCodeBook += maxBands; in CChannel_CodebookTableInit()
190 SCHAR maxBands[2]; /* long=0; short=1 */ member315 numBands = pMaxBandsTab[i].maxBands[(!isShortBlock) ? 0 : 1]; in getTnsMaxBands()