Opened 4 years ago

Closed 4 years ago

#665 closed defect (fixed)

Mismatch with vtm on lfnst_idx parsing

Reported by: forayr Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D7 vB
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

lfnst_idx is not parsed in vtm when transform_skip_flag == 1.
To align the behaviour, the spec should be modified such as:

    if(Min(lfnstWidth, lfnstHeight) >= 4 && sps_lfnst_enabled_flag == 1 &&
+      transform_skip_flag[x0][y0][0] == 0 &&
       CuPredMode[chType][x0][y0] == MODE_INTRA &&
       (!intra_mip_flag[x0][y0] || Min(lfnstWidth, lfnstHeight) >= 16) &&
       max(cbWidth, cbHeight) <= MaxTbSizeY)

    {
      if((IntraSubPartitionsSplitType != ISP_NO_SPLIT || LfnstDcOnly == 0) &&
         LfnstZeroOutSigCoeffFlag == 1)
      {
        lfnst_idx
      }
    }

Change history (1)

comment:1 Changed 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for reporting.

This will be fixed JVET-P2001-vC.

Note: See TracTickets for help on using tickets.