id summary reporter owner description type status priority milestone component version resolution keywords cc 192 Bug in HM3.3: fine slice granularity + ALF + loop filter across slices = 0 madhukar "Bug in HM3.3 (also in previous version). TComAdaptiveLoopFilter.cpp, setSGUBorderAvailability(). Line 2765: zRefSU = g_auiRasterToZscan[ rTRefSU+ 1]; should be replaced with zRefSU = g_auiRasterToZscan[ rTRefSU+ uiWidthSU]; Line 2775: zRefSU = g_auiRasterToZscan[ rTLSU - uiNumSUInLCUWidth +1]; should be replaced with zRefSU = g_auiRasterToZscan[ rTLSU - uiNumSUInLCUWidth +uiWidthSU]; These code try to refer to top-right block, but raster-index are wrong. " defect closed major HM HM-3.3 fixed fbossen ksuehring davidf jct-vc@…