Opened 14 years ago Closed 14 years ago #40 closed defect (fixed)Error message about input image size is wrong
Description
This error is very trivial but a bit confusing. In TAppEncCfg::xCheckParameter(),
should be replaced with
The current TMuC codec core allows input image sizes of odd multiple of minimum CU size and the TMuC document also does. Change History (7)comment:1 Changed 14 years ago by ilkoo.kim@…comment:2 Changed 14 years ago by hao@…
No. I'm talking about both the case of QuadtreeTUFlag eqaul to 0 and 1.
Anyway, TMuC v0.7 SW still work for such an image size as 136x136, and so on, at least in my environment. comment:3 Changed 14 years ago by fbossen
comment:4 Changed 14 years ago by fbossen
Fixed in r167 comment:5 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:6 Changed 13 years ago by davidf
comment:7 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I guess that current parameter confirmation of TMuC SW is only valid when QuadtreeTUFlag is equal to 1. If QuadtreeTUFlag is equal to 0 (means RQT disable), your correction is right.