id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 868,Chroma Deblocking Issue with Local Dual-Tree,bheng,,"For local dual-tree cases, the xGetBoundaryStrengthSingle() function needs to be redesigned to handle luma and chroma separately. The neighboring CU can be completely different when filtering luma versus when filtering chroma. For example, if cuQ is LUMA+CHROMA, the following lines will only fetch the luma cuP. But if the neighbor is a local-dual tree, the luma and chroma neighbors are from two different CUs. const CodingUnit& cuQ = cu; const CodingUnit& cuP = *cu.cs->getCU( posP, cu.chType );",defect,closed,minor,VTM-8.0,VTM,VTM-7.3,fixed,,ksuehring XiangLi fbossen jvet@…