Skip to content

PU memory reduction. move intraMPM member from PU IntraPredictionData to IntraPrediction

Fabrice URBAN requested to merge furban/ECM:pu_mem_reduction into master

PU memory reduction and intra search optimization. move intraMPM and m_intraNonMPM members from PU IntraPredictionData to IntraPrediction.

This is a bit-accurate modification. It provides a small memory reduction of a few MB per encoding and seems to reduce encoding time (about 1-2% - MPM lists management is removed from CABAC)

Edited by Fabrice URBAN

Merge request reports