EOB and ZERO token are not currently adapted.
Change-Id: Ie7d657b71fcb157b09e40874fb06a8b7cd95cc70
aom_reader *r) {
int i, j, k, l, m;
#if CONFIG_EC_ADAPT
- const int node_limit = ONE_TOKEN;
+ const int node_limit = UNCONSTRAINED_NODES - 1;
#else
const int node_limit = UNCONSTRAINED_NODES;
#endif
av1_coeff_probs_model *old_coef_probs = cpi->common.fc->coef_probs[tx_size];
const aom_prob upd = DIFF_UPDATE_PROB;
#if CONFIG_EC_ADAPT
- const int entropy_nodes_update = ONE_TOKEN;
+ const int entropy_nodes_update = UNCONSTRAINED_NODES - 1;
#else
const int entropy_nodes_update = UNCONSTRAINED_NODES;
#endif