Update intra_ext_tx_cdf per frame.

Move computing the intra_ext_tx_cdf tables per symbol to
 computing them only when the probabilities are updated.

Change-Id: I26d5e419e103093e98a7d896c196176305b50fc9
This commit is contained in:
Nathan E. Egge
2016-04-26 12:31:14 -04:00
committed by Yaowu Xu
parent 4947c296f7
commit 7c5b4c1665
6 changed files with 48 additions and 3 deletions

View File

@@ -50,6 +50,8 @@ static void initialize_dec(void) {
#if CONFIG_DAALA_EC
av1_indices_from_tree(av1_switchable_interp_ind, av1_switchable_interp_inv,
SWITCHABLE_FILTERS, av1_switchable_interp_tree);
av1_indices_from_tree(av1_ext_tx_ind, av1_ext_tx_inv, TX_TYPES,
av1_ext_tx_tree);
#endif
}
}