id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 415,Chroma QP offset in loop filter,adarsh,,"Under discussion of JVET-O0650, it was agreed to apply the chroma offsets after the mapping table. This was implemented in QP derivation for chroma, but missed in the loop filter QP derivation. Current Spec.: qPi = Clip3( 0, 63, ( ( QpQ + QpP + 1 ) >> 1 ) + cQpPicOffset ) (8-1132) QpC = ChromaQpTable[ cIdx − 1 ][ qPi ] (8-1133) It should be: qpi = ChromaQpTable[ cIdx − 1 ][ ( QpQ + QpP + 1 ) >> 1 ) ] (8-1132) qPi = Clip3( 0, 63, qpi + cQpPicOffset ) (8-1133) ",defect,closed,minor,,spec,,fixed,,ksuehring bbross XiangLi fbossen jvet@…