Lines Matching defs:table
631 * and set up a table (still in lpc[]) of (relative) gains per frequency.
649 if (idx > 127) { // fall back if index falls outside table range
858 * @param table dequantization table to be used
865 int n_stages, const uint8_t *table,
873 const uint8_t *t_off = &table[values[n] * num];
879 table += sizes[n] * num;
1233 * table of size 1000 of which you want to read block_size entries).
1237 * @param block_size amount of entries we want to read from a table
1250 * In this table, each col represents one possible value of y, the
1494 int bd_idx = s->vbm_tree[get_vlc2(gb, frame_type_vlc.table, 6, 3)], block_nsamples;