Lines Matching defs:table
53 makes the table much smaller and makes it possible to compute that table
54 on a per-stream basis. In turn, being able to tweak the table for each
197 const double *table;
219 /* This table maps conversion quality to internal parameters. There are two
259 return interp[0]*func->table[ind] + interp[1]*func->table[ind+1] + interp[2]*func->table[ind+2] + interp[3]*func->table[ind+3];
276 /* The slow way of computing a sinc for the table. Should improve that some day */
289 /* The slow way of computing a sinc for the table. Should improve that some day */
689 /*fprintf (stderr, "resampler uses direct sinc table and normalised cutoff %f\n", cutoff);*/
702 /*fprintf (stderr, "resampler uses interpolated sinc table and normalised cutoff %f\n", cutoff);*/