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