Changes between Initial Version and Version 1 of Ticket #238


Ignore:
Timestamp:
30 Apr 2019, 11:23:18 (5 years ago)
Author:
ksuehring
Comment:

MR 515 was submitted related to this issue.

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/515

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #238 – Description

    initial v1  
    11The following code will cause the deblocking process to stop if a CU is not aligned with the 8x8 filtering grid.  However, internal transform boundaries can still fall on the 8x8 filtering grid even if the CU does not.  So, I believe the following lines should be deleted.
    22
    3 
     3{{{
    44void LoopFilter::xDeblockCU( CodingUnit& cu, const DeblockEdgeDir edgeDir )
    55{
     
    1919  ...
    2020}
     21}}}