Go to the documentation of this file.
52 #ifndef AVCODEC_AMRWBDEC_MIPS_H
53 #define AVCODEC_AMRWBDEC_MIPS_H
56 #if HAVE_MIPSFPU && HAVE_INLINE_ASM
57 void hb_fir_filter_mips(
float *
out,
const float fir_coef[],
58 float mem[],
const float *
in);
59 #define hb_fir_filter hb_fir_filter_mips