EC_ADAPT: refactor and fix MinArfFreq unit tests.

Ensure that cdfs are synced with pdfs after every
forward update.

Change-Id: I5677f78300156c8622f1728d7a343ff6c3a4ea64
This commit is contained in:
Thomas Davies
2016-10-19 14:46:07 +01:00
committed by Yaowu Xu
parent 58c520afe9
commit 6519bebf34
9 changed files with 101 additions and 160 deletions

View File

@@ -374,9 +374,6 @@ void av1_choose_segmap_coding_method(AV1_COMMON *cm, MACROBLOCKD *xd) {
} else {
seg->temporal_update = 0;
}
#if !CONFIG_EC_ADAPT && CONFIG_DAALA_EC
av1_tree_to_cdf(av1_segment_tree, segp->tree_probs, segp->tree_cdf);
#endif
}
void av1_reset_segment_features(AV1_COMMON *cm) {