Skip to content

shrinks some deblocking buffers and reduce length of memset() initializations

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

shrinks some deblocking buffers and reduce length of memset() initializations (optimization already in VTM 17.1) This is a bit-accurate optimization that removes unused memory in the DBF implementation. memset() initializations will be faster

Merge request reports