Skip to content

Fix: Compilation error when TM_MRG=0 or TM_AMVP=0 and redundant computation when --AltGPMSplitModeCode=0

Chun-Chi Chen requested to merge chunchic/ecm-4:ECM5_FixCompileErr_TMOff into master

(1) Fix compilation error when the macros TM_MRG and TM_AMVP are turned off. (2) Avoid encoder estimating reordered GPM split mode bit cost when GPM split mode reordering is off (that is --AltGPMSplitModeCode=0).

Merge request reports