diff --git a/libavcodec/mips/fft_mips.c b/libavcodec/mips/fft_mips.c
index 02f4cb663d643b92d4cb256995c645eefc541097..ae4ed30347acd9164bdc67786af3ace22dd75c86 100644
--- a/libavcodec/mips/fft_mips.c
+++ b/libavcodec/mips/fft_mips.c
@@ -522,6 +522,7 @@ av_cold void ff_fft_init_mips(FFTContext *s)
     int n=0;
 
     ff_fft_lut_init(fft_offsets_lut, 0, 1 << 16, &n);
+    ff_init_ff_cos_tabs(16);
 
 #if HAVE_INLINE_ASM
     s->fft_calc     = ff_fft_calc_mips;