Lines Matching refs:alloc
519 const unsigned char *alloc;
536 /* compute the header + bit alloc size */
538 alloc = s->alloc_table;
540 incr = alloc[0];
542 alloc += 1 << incr;
560 ff_dlog(NULL, "current=%d max=%d max_sb=%d max_ch=%d alloc=%d\n",
564 /* find alloc table entry (XXX: not optimal, should use
566 alloc = s->alloc_table;
568 alloc += 1 << alloc[0];
574 incr += s->total_quant_bits[alloc[1]];
578 incr = s->total_quant_bits[alloc[b + 1]] -
579 s->total_quant_bits[alloc[b]];
587 smr[max_ch][max_sb] = smr1[max_ch][max_sb] - quant_snr[alloc[b]];
589 if (b == ((1 << alloc[0]) - 1))
731 /* next subband in alloc table */