Opened 5 years ago

Closed 5 years ago

#492 closed enhancement (fixed)

LFNST index condition in Table 9-82

Reported by: chollmann Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D6 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In Table 9-82 the condition for the first bin of the LFNST index (lfnst_idx[ ][ ]) is given as

( tu_mts_idx[ x0 ][ y0 ]  = =  0  &&  treeType != SINGLE_TREE )  ?  1  :  0

However, as per the adoption JVET-O0368, LFNST is only used if the MTS index is 0. Thus, the first part of the condition is always true and can be omitted.
In the software this check is already omitted (CABACReader.cpp line around 3800).

Change history (1)

comment:1 Changed 5 years ago by bbross

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

Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input
to the 16th JVET meeting.

Note: See TracTickets for help on using tickets.