id summary reporter owner description type status priority milestone component version resolution keywords cc 631 missing value in ctxIdxMap Smarter bbross "The ctxIdxMap in Table 9-70 used for the derivation of ctxIdxInc for significant_coeff_flag in section 9.3.3.1.4 does not define ctxIdxMap[15], but this value is needed, for example if xC = 6, yC = 6, log2TrafoWidth = 3, log2TrafoHeight = 3, then: sigCtx = ((xC + yC) = = 0) ? 0 : ( 9 + ctxIdxMap[ ((yC >> 1 ) << 2) + (xC >> 1) ] ) sigCtx = 9 + ctxIdxMap[15] In the HM, the equivalent map is ctxIndMap and ctxIndMap[15] = 8." defect closed minor D8 Text D7 (I1003) d9 fixed bbross wjhan jct-vc@…