Lines Matching defs:table
83 int i, v, table;
136 /* select the right allocation table */
137 table = ff_mpa_l2_select_table(bitrate, s->nb_channels, freq, s->lsf);
140 s->sblimit = ff_mpa_sblimit_table[table];
141 s->alloc_table = ff_mpa_alloc_tables[table];
143 ff_dlog(avctx, "%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n",
144 bitrate, freq, s->frame_size, table, s->frame_frac_incr);
564 /* find alloc table entry (XXX: not optimal, should use
565 pointer table) */
731 /* next subband in alloc table */