#include "libavutil/avutil.h"
#include "libavcodec/amrwbdata.h"
#include "amrwbdec_mips.h"
Go to the source code of this file.
Functions | |
void | hb_fir_filter_mips (float *out, const float fir_coef[HB_FIR_SIZE+1], float mem[HB_FIR_SIZE], const float *in) |
Definition in file amrwbdec_mips.c.
void hb_fir_filter_mips | ( | float * | out, | |
const float | fir_coef[HB_FIR_SIZE+1], | |||
float | mem[HB_FIR_SIZE], | |||
const float * | in | |||
) |
inner loop is entirely unrolled and instructions are scheduled to minimize pipeline stall
Definition at line 56 of file amrwbdec_mips.c.