|
@@ -24,7 +24,8 @@ ERROR |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ |
|
|
void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ |
|
|
int i, j, pos, ch; |
|
|
|
|
|
|
|
|
int pos = s->dither.ns_pos; |
|
|
|
|
|
int i, j, ch; |
|
|
int taps = s->dither.ns_taps; |
|
|
int taps = s->dither.ns_taps; |
|
|
float S = s->dither.ns_scale; |
|
|
float S = s->dither.ns_scale; |
|
|
float S_1 = s->dither.ns_scale_1; |
|
|
float S_1 = s->dither.ns_scale_1; |
|
|