mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
VP8: make another RAC call branchy
1-2 clocks faster. Originally committed as revision 24683 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b9b5e085f
commit
476be414a4
@ -847,7 +847,7 @@ skip_eob:
|
||||
token_prob = probs[i+1][1];
|
||||
} else {
|
||||
if (!vp56_rac_get_prob_branchy(c, token_prob[3])) { // DCT 2,3,4
|
||||
coeff = vp56_rac_get_prob(c, token_prob[4]);
|
||||
coeff = vp56_rac_get_prob_branchy(c, token_prob[4]);
|
||||
if (coeff)
|
||||
coeff += vp56_rac_get_prob(c, token_prob[5]);
|
||||
coeff += 2;
|
||||
|
Loading…
Reference in New Issue
Block a user