id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 860,inferSigCoeffFlag discrepancy with HM?,Parabola,bbross,"We have code with very similar structure to the draft standard pseudocode. This pseudocode in the text seems incorrect: inferSigCoeffFlag = 0 if( ( i < lastSubBlock ) && ( i > 0 ) ) { coded_sub_block_flag[ xS ][ yS ] inferSigCoeffFlag = 1 } To make our implementation agree with HM, we had to do this instead: inferSigCoeffFlag = 0 if( ( i < lastSubBlock ) && ( i > 0 ) ) { coded_sub_block_flag[ xS ][ yS ] inferSigCoeffFlag = coded_sub_block_flag[ xS ][ yS ] } Now this could be indicative of a problem elsewhere in the draft standard description or possibly in a mistake our own implementation but we thought it worth flagging up. ",defect,closed,minor,,Text,D9 (K1003) v9,fixed,,bbross wjhan jct-vc@…