Bugfix in model coef prob experiment
Fixes an issue with model based update that got into the original patch that was merged. Change-Id: Ie42d3d0aff2e48cd187d96664dbd3e9d6d3ac22f
This commit is contained in:
parent
49dcc71493
commit
d14c7265f1
@ -1218,7 +1218,7 @@ static void read_coef_probs_common(BOOL_DECODER* const bc,
|
||||
if (vp9_read(bc, vp9_coef_update_prob[m])) {
|
||||
*p = read_prob_diff_update(bc, *p);
|
||||
#if CONFIG_MODELCOEFPROB && MODEL_BASED_UPDATE
|
||||
if (m == 1)
|
||||
if (m == UNCONSTRAINED_NODES - 1)
|
||||
vp9_get_model_distribution(*p, coef_probs[i][j][k][l], i, j);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user