Opened 5 years ago
Closed 5 years ago
#453 closed defect (fixed)
Deficient number of parameter for transform_tree () call.
Reported by: | hmjang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In Spec, Transform_tree() has 6 input parameters.
But in some transform_tree() calling only has 5 input parameters.
It seems to miss treeType or chType input parameter.
For example,
transform_tree( x0, y0, trafoWidth, trafoHeight, (...), chType )
transform_tree( x0, y0, cbWidth, cbHeight, treeType, (...) )
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input
to the 16th JVET meeting.