[FFmpeg-soc] [soc]: r3750 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Mon Sep 22 03:29:43 CEST 2008
Author: ramiro
Date: Mon Sep 22 03:29:42 2008
New Revision: 3750
Log:
Change precision to get a good compression again after last commit.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Mon Sep 22 03:29:42 2008
@@ -1393,7 +1393,7 @@ static void set_filter_params(MLPEncodeC
}
order = ff_lpc_calc_coefs(&ctx->dsp, ctx->lpc_sample_buffer, ctx->number_of_samples,
- MLP_MIN_LPC_ORDER, MLP_MAX_LPC_ORDER, 7,
+ MLP_MIN_LPC_ORDER, MLP_MAX_LPC_ORDER, 11,
coefs, shift, 1,
ORDER_METHOD_EST, MLP_MIN_LPC_SHIFT, MLP_MAX_LPC_SHIFT, MLP_MIN_LPC_SHIFT);
More information about the FFmpeg-soc
mailing list