Lines Matching defs:mtab
67 const TwinVQModeTab *mtab = tctx->mtab;
73 float ratio = (float)mtab->size / isampf;
88 ((1 << mtab->ppc_period_bit) - 1);
103 width = (int)(some_mult / (mtab->size / period) * mtab->ppc_shape_len);
108 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1);
113 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
120 const TwinVQModeTab *mtab = tctx->mtab;
124 int bark_n_coef = mtab->fmode[ftype].bark_n_coef;
125 int fw_cb_len = mtab->fmode[ftype].bark_env_size / bark_n_coef;
133 float tmp2 = mtab->fmode[ftype].bark_cb[fw_cb_len * in[j] + i] *
149 mtab->fmode[ftype].bark_tab[idx]);
150 out += mtab->fmode[ftype].bark_tab[idx];
171 const TwinVQModeTab *mtab = tctx->mtab;
193 sub = mtab->fmode[bits->ftype].sub;
202 for (k = 0; k < mtab->fmode[bits->ftype].bark_n_coef; k++)
204 get_bits(&gb, mtab->fmode[bits->ftype].bark_n_bit);
223 bits->lpc_hist_idx[i] = get_bits(&gb, mtab->lsp_bit0);
224 bits->lpc_idx1[i] = get_bits(&gb, mtab->lsp_bit1);
226 for (j = 0; j < mtab->lsp_split; j++)
227 bits->lpc_idx2[i][j] = get_bits(&gb, mtab->lsp_bit2);
233 bits->p_coef[i] = get_bits(&gb, mtab->ppc_period_bit);
234 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit);
317 tctx->mtab = &ff_metasound_mode0806;
320 tctx->mtab = &ff_metasound_mode0806s;
323 tctx->mtab = &ff_metasound_mode0808;
326 tctx->mtab = &ff_metasound_mode0808s;
329 tctx->mtab = &ff_metasound_mode1110;
332 tctx->mtab = &ff_metasound_mode1110s;
335 tctx->mtab = &ff_metasound_mode1616;
338 tctx->mtab = &ff_metasound_mode1616s;
341 tctx->mtab = &ff_metasound_mode2224;
344 tctx->mtab = &ff_metasound_mode2224s;
348 tctx->mtab = &ff_metasound_mode4432;
352 tctx->mtab = &ff_metasound_mode4440;
356 tctx->mtab = &ff_metasound_mode4448;
369 tctx->frame_size = avctx->bit_rate * tctx->mtab->size