\
n_tap = h_size / interpolation_ratio;
\
for(n=0; n<vect2_size; n++) \
for(k=0; k<interpolation_ratio; k++) \
{ \
sum = 0; \
ph = &h[k*n_tap]; \
pvect2 = &
vect2[n + n_tap - 1];
\
} \
} \
}
#define DSP16_INTREPOLATION_FILTER(x_num, data)
Definition: dsp16_filt_interpolation.c:57
int i
Definition: jcmarker.c:150
int n
Definition: jdmarker.c:303
int32_t S32
32-bit signed integer.
Definition: compiler.h:217
#define LOOP_UNROLL
Definition: dsp16_filt_interpolation.c:48
dsp16_t__ dsp16_t
16-bit signed fixed point type optimized for 32-bit or lower microcontrollers
Definition: dsp_types.h:192
A_ALIGNED dsp32_t vect1[VECT2_SIZE+2 *(VECT3_SIZE-1)+4]
The output buffer.
Definition: dsp32_convolution/convolution_example.c:86
A_ALIGNED dsp32_t vect2[VECT2_SIZE]
First input signal.
Definition: dsp32_convolution/convolution_example.c:89
#define TPASTE2(a, b)
Definition: tpaste.h:61
MREPEAT(AVR32_INTC_NUM_INT_GRPS, DECL_INT_LINE_HANDLER_TABLE,~)
for(i=0;i< DCTSIZE2;i++)
Definition: jcmarker.c:156