id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 390,"""Derivation process for luma intra prediction mode"" mistake between HM and Document",chenm003,,"In the function getIntraDirLumaPredictor(), we can look some code below: uiIntraDirPred[0] = iLeftIntraDir; uiIntraDirPred[1] = ((iLeftIntraDir + 29) % 32) + 2; uiIntraDirPred[2] = ((iLeftIntraDir - 1 ) % 32) + 2; But in the Document(H1003-v21): candModeList[0] = candIntraPredModeA (8-24) candModeList[1] = 2 + ( ( candIntraPredModeA − 2 − 1 ) % 32 (8-25) candModeList[2] = 2 + ( ( candIntraPredModeA − 2 + 1 ) % 32 (8-26) It looks HM-6.0 don't match to (8-25) and (8-26). ",defect,closed,minor,,HM,HM-6.0,invalid,,fbossen ksuehring davidf jct-vc@…