Index: source/libvpx/vp9/encoder/vp9_subexp.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_subexp.c (revision 232232) |
+++ source/libvpx/vp9/encoder/vp9_subexp.c (working copy) |
@@ -221,7 +221,8 @@ |
} |
void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, |
- vp9_prob upd, unsigned int *ct) { |
+ unsigned int *ct) { |
+ const vp9_prob upd = DIFF_UPDATE_PROB; |
vp9_prob newp = get_binary_prob(ct[0], ct[1]); |
const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp, |
upd); |