Skip to content

Intra prediction code cleanup

Frank Bossen requested to merge bossen/VVCSoftware_VTM:intra2 into master

Remove fields whRatio and hwRatio from the IntraPredParam structure when JVET_O0364_PADDING is enabled as they may be needed only once. When ratios are needed use logs, adds, and shifts instead of divisions and multiplications.

Add initializer for angularScale when JVET_O0364_PDPC_ANGULAR is enabled

Merge request reports