Searched refs:FIR_SIZE (Results 1 – 3 of 3) sorted by relevance
133 q=p+(FIR_BUFFER_SIZE-FIR_SIZE); in absynth_1to1_i486()135 for(j=0;j<FIR_SIZE-1;j++) p[j]=q[j]; in absynth_1to1_i486()141 b=fr->i486bo[channel]=FIR_SIZE; in absynth_1to1_i486()157 if (b >= FIR_BUFFER_SIZE) b=FIR_SIZE; in absynth_1to1_i486()159 b0 = buf[0] + b - (FIR_SIZE-1); in absynth_1to1_i486()161 b0 = buf[1] + b - (FIR_SIZE-1); in absynth_1to1_i486()180 if (b >= FIR_BUFFER_SIZE) b=FIR_SIZE; in absynth_1to1_i486()182 b0 = buf[0] + b - (FIR_SIZE-1) + 4*FIR_BUFFER_SIZE; in absynth_1to1_i486()184 b0 = buf[1] + b - (FIR_SIZE-1) + 4*FIR_BUFFER_SIZE; in absynth_1to1_i486()205 if (b >= FIR_BUFFER_SIZE) b=FIR_SIZE; in absynth_1to1_i486()[all …]
553 fr->i486bo[0] = fr->i486bo[1] = FIR_SIZE-1; in frame_fixed_reset()
231 #define FIR_SIZE 16 macro