From e10904a230eabb5ac62a49305600464fc6d63ebd Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 12 Jul 2001 21:27:57 +0000 Subject: [PATCH] rename _slow to _wide --- src/libFLAC/fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/fixed.c b/src/libFLAC/fixed.c index 79f7708..b7ac892 100644 --- a/src/libFLAC/fixed.c +++ b/src/libFLAC/fixed.c @@ -74,7 +74,7 @@ unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned d return order; } -unsigned FLAC__fixed_compute_best_predictor_slow(const FLAC__int32 data[], unsigned data_len, FLAC__real residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]) +unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__real residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]) { FLAC__int32 last_error_0 = data[-1]; FLAC__int32 last_error_1 = data[-1] - data[-2]; -- 2.7.4