﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
670	JVET-P0158: Apply ALF VB on the bottom CTU row	bheng		"There is one additional modification needed to treat the final CTU row the same as all other CTU rows for VB processing.

Specifically, in AdaptiveLoopFilter::deriveClassification():

The following code 

   ( ( i - blk.pos().y + blkDst.pos().y + nHeight >= m_picHeight ) ? m_picHeight : m_alfVBLumaPos )

should just be

   m_alfVBLumaPos "	defect	closed	minor		VTM	VTM-7.0rc1	fixed		ksuehring XiangLi fbossen jvet@…
