Skip to content

Revert "Clean up: reduce memory reallocation in CodingStructure::createCoeffs"

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

This reverts commit 8e16ada0.

That commit was designed to speed up the decoder by reducing the number of times memory is reallocated. While this works, an unintended side effect is increased memory usage in encoder and decoder.

Merge request reports