Lines Matching defs:table
63 real *table;
86 table = muls[k];
88 *table++ = (real) (m * pow(2.0, (double) j / 3.0));
89 *table++ = 0.0;
97 /* RH: it seems to be common, that idx is larger than the table's sizes.
345 int table, sblim;
350 table = 4;
352 table = translate[fr->sampling_frequency][2 - fr->stereo][fr->bitrate_index];
353 sblim = sblims[table];
355 fr->alloc = (struct al_table2 const *) tables[table];