Commit 01939922 authored by Alex Converse's avatar Alex Converse

Actually use all the codebooks we are iterating over in the two-loop scalefactor search.

Originally committed as revision 19472 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 89f2932b
...@@ -690,7 +690,7 @@ static void search_for_quantizers_twoloop(AVCodecContext *avctx, ...@@ -690,7 +690,7 @@ static void search_for_quantizers_twoloop(AVCodecContext *avctx,
scaled + w2*128, scaled + w2*128,
sce->ics.swb_sizes[g], sce->ics.swb_sizes[g],
sce->sf_idx[w*16+g], sce->sf_idx[w*16+g],
ESC_BT, cb,
lambda, lambda,
INFINITY, INFINITY,
&b); &b);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment