Opened 10 years ago Closed 10 years ago #1326 closed defect (fixed)Bug in Encode Parameter check
Description
Here the description of error is matching with text from hevc spec "The variable Log2MinTrafoSize is set equal to log2_min_transform_block_size_minus2 + 2. The bitstream shall not contain data that result in Log2MinTrafoSize greater than or equal to MinCbLog2SizeY"
The following code snippet from \source\App\TAppEncoder\TAppEncCfg.cpp
xConfirmPara( ( 1 << m_uiQuadtreeTULog2MinSize ) > ( m_uiMaxCUWidth >> m_uiMaxCUDepth ), "Minimum CU width must be greater than minimum transform size." );
these checks are failing when Minimum CU width/Minimum CU height and minimum transform size are both equal. Change History (4)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by ksuehring
comment:3 Changed 10 years ago by ksuehringcomment:4 Changed 10 years ago by ksuehring
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
|
fixed in r4127