Skip to content

Clean up: flatten reference sample buffers in intra prediction

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

Replaces 2-dimensional arrays for storing reference samples in intra prediction with two 1-dimensional arrays. This reduces memory usage for these buffers from 792KB to 6KB.

Merge request reports