[FFmpeg-soc] [soc]: r4171 - aacenc/aaccoder.c
kostya
subversion at mplayerhq.hu
Tue Mar 17 18:19:22 CET 2009
Author: kostya
Date: Tue Mar 17 18:19:21 2009
New Revision: 4171
Log:
Use lambda value passed as argument instead of one taken from the context
Modified:
aacenc/aaccoder.c
Modified: aacenc/aaccoder.c
==============================================================================
--- aacenc/aaccoder.c Thu Mar 5 17:12:01 2009 (r4170)
+++ aacenc/aaccoder.c Tue Mar 17 18:19:21 2009 (r4171)
@@ -632,7 +632,7 @@ static void search_for_quantizers_anmr(A
int cb;
for(cb = 0; cb <= ESC_BT; cb++){
dists[cb] += quantize_band_cost(coefs + w2*128, sce->ics.swb_sizes[g],
- q, cb, s->lambda / band->threshold, INFINITY, NULL);
+ q, cb, lambda / band->threshold, INFINITY, NULL);
}
}
dist = dists[0];
More information about the FFmpeg-soc
mailing list