id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 489,Mismatch between SW and Spec on enabling PDPC,hongbin,,"Suggest to align Spec to SW. 8.4.5.2.5 General intra sample prediction – One of the following conditions is true: – predModeIntra is equal to INTRA_PLANAR – predModeIntra is equal to INTRA_DC – predModeIntra is less than or equal to INTRA_ANGULAR18 – predModeIntra is less than or equal to INTRA_ANGULAR50 shall be changed to – One of the following conditions is true: – predModeIntra is equal to INTRA_PLANAR – predModeIntra is equal to INTRA_DC – predModeIntra is less than or equal to INTRA_ANGULAR18 – predModeIntra is greater than or equal to INTRA_ANGULAR50 and is less than INTRA_LT_CCLM 8.4.5.2.14 Position-dependent intra prediction sample filtering process The variable nScale is derived as follows: – If predModeIntra is greater than INTRA_ANGULAR50, nScale is set equal to Min( 2, Log2( nTbH ) − Floor( Log2( 3 * invAngle − 2 ) ) + 8 ), using invAngle as specified in clause 8.4.5.2.12. – Otherwise, if predModeIntra is less than INTRA_ANGULAR18, nScale is set equal to Min( 2, Log2( nTbW ) − Floor( Log2( 3 * invAngle − 2 ) ) + 8 ), using invAngle as specified in clause 8.4.5.2.12. – Otherwise, nSacle is set to ( ( Log2( nTbW ) + Log2( nTbH ) − 2 ) >> 2 ). shall be corrected to: The variable nScale is derived as follows: – If predModeIntra is greater than INTRA_ANGULAR50, nScale is set equal to Min( 2, Log2( nTbH ) − Floor( Log2( 3 * invAngle − 2 ) ) + 8 ), using invAngle as specified in clause 8.4.5.2.12. – Otherwise, if predModeIntra is less than INTRA_ANGULAR18 and is not equal to INTRA_PLANAR and is not equal to INTRA_DC, nScale is set equal to Min( 2, Log2( nTbW ) − Floor( Log2( 3 * invAngle − 2 ) ) + 8 ), using invAngle as specified in clause 8.4.5.2.12. – Otherwise, nSacle is set to ( ( Log2( nTbW ) + Log2( nTbH ) − 2 ) >> 2 ). ",defect,closed,minor,,spec,,fixed,,ksuehring bbross XiangLi fbossen jvet@…