Skip to content

CCCM refactoring / clean-up

Jani Lainema requested to merge lainema/ECM:ecm11_cccm_refactor into master

Refactoring and cleaning up CCCM related code. CccmModel struct can now carry information about the type of the CCCM represented by the struck. This cleans up especially the IntraPrediction::predIntraCCCM function nicely as there are no more separate branches for all the different CCCM variants available in ECM. Encoding and decoding are bit-exact with the current master.

Merge request reports