id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 372,Updating firstNZPos for sign data hiding,bheng,,"In CABACReader.cpp and CABACWriter.cpp, residual_coding_subblock( ) functions, it appears that the firstNZPos for determining the sign data hiding threshold needs to be updated in the final ""coeff bypass"" loop. Something like the highlighted line below. if( tcoeff ) { int blkPos = cctx.blockPos( scanPos ); sigBlkPos[ numNonZero++ ] = blkPos; '''firstNZPos = scanPos;''' lastNZPos = std::max( lastNZPos, scanPos ); coeff[blkPos] = tcoeff; } ",defect,closed,minor,VTM-6.0,VTM,VTM-5.2,fixed,,ksuehring XiangLi fbossen jvet@…