id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 651,JVET-P0091: Reduction of BDOF mvRefineThres to +/- 15,bheng,,"JVET-P0091 code changes have reduced the BDOF mvRefineThres to +/- 15, here: #if JVET_P0091_REMOVE_BDOF_OFFSET_SHIFT const int limit = ( 1 << 4 ) - 1; #else const int limit = ( 1 << 5 ) - 1; #endif The draft text still uses +/- 31: ""The variable mvRefineThres is set equal to 1 << 5."" It's not clear if that was intentional, or maybe an unintentional interaction with other changes to the code in the same place (P0653 / P0491). If it was intentional, the text should be updated to match. If it was not intentional, this change in the software should be removed. ",defect,closed,minor,,spec,VVC D7 vB,fixed,,ksuehring XiangLi fbossen jvet@…