Exemplo n.º 1
0
av_cold void ff_mpc_init(void)
{
#if CONFIG_FLOAT
	ff_mpa_synth_init_float(ff_mpa_synth_window_float);
#else
    ff_mpa_synth_init_fixed(ff_mpa_synth_window_fixed);
#endif
}
Exemplo n.º 2
0
Arquivo: mpc.c Projeto: 0xFFeng/ffmpeg
void ff_mpc_init(void)
{
    ff_mpa_synth_init_fixed(ff_mpa_synth_window_fixed);
}