Skip to content

CS mem reduction: allocate temporary CodingStructure data only for current picture on the top-level Picture

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

allocate temporary CodingStructure data only for current picture on the top-level Picture it extends the delayed allocation already used for coeffs to more temporary data, with allocation - deallocation The modification is bit-accurate (no performance modification) It reduces the pic memory consumption by 1.5 GB in ClassA

Merge request reports