Lines Matching defs:allocation
604 /* Initialize static allocation caps */
680 /* PVQ minimum allocation threshold, below this value the band is
780 int allocation;
793 allocation = f->pulses[j] + bandbits * ff_celt_freq_range[j];
794 allocation += FFMAX(remaining - (ff_celt_freq_bands[j] - ff_celt_freq_bands[f->start_band]), 0);
796 /* a "do not skip" marker is only coded if the allocation is
798 if (allocation >= FFMAX(threshold[j], (f->channels + 1) << 3)) {
811 allocation -= 1 << 3;
822 total += f->pulses[j] = (allocation >= f->channels << 3) ? f->channels << 3 : 0;
856 /* Finally determine the allocation */