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()
200 int b, w, maxBands, maxWindows; in CChannel_CodebookTableInit() local205 maxBands = 64; in CChannel_CodebookTableInit()208 maxBands = 16; in CChannel_CodebookTableInit()216 for (; b<maxBands; b++) { in CChannel_CodebookTableInit()219 pCodeBook += maxBands; in CChannel_CodebookTableInit()
149 SCHAR maxBands[2]; /* long=0; short=1 */ member282 numBands = pMaxBandsTab[i].maxBands[(!isShortBlock)?0:1]; in getTnsMaxBands()