Commit 65d88ea9 authored by alexc's avatar alexc

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19472 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d443f4f7
...@@ -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