Ejemplo 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
}
Ejemplo n.º 2
0
Archivo: mpc.c Proyecto: 0xFFeng/ffmpeg
void ff_mpc_init(void)
{
    ff_mpa_synth_init_fixed(ff_mpa_synth_window_fixed);
}