Searched refs:allocVectors (Results 1 – 4 of 4) sorted by relevance
170 unsigned char *allocVectors; in compute_allocation_table() local174 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table()175 if (allocVectors==NULL) in compute_allocation_table()177 mode->allocVectors = NULL; in compute_allocation_table()185 allocVectors[i] = band_allocation[i]; in compute_allocation_table()186 mode->allocVectors = allocVectors; in compute_allocation_table()202 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table()207 allocVectors[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1] in compute_allocation_table()222 mode->allocVectors = allocVectors; in compute_allocation_table()370 if (mode->allocVectors==NULL) in opus_custom_mode_create()[all …]
66 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */ member
597 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2; in clt_compute_allocation()624 bits1j = C*N*m->allocVectors[lo*len+j]<<LM>>2; in clt_compute_allocation()626 cap[j] : C*N*m->allocVectors[hi*len+j]<<LM>>2; in clt_compute_allocation()
112 fprintf (file, "%2d, ", mode->allocVectors[j*mode->nbEBands+k]); in dump_modes()