Opened 13 years ago Closed 13 years ago #549 closed defect (fixed)dQP fails when Tile is enabled
Description
CU-level delta QP fails when the sub-picture partitioning with tiles is enabled. The following simple example causes encoder crash.
TAppEncoder.exe -c cfg/encoder_intra_main.cfg -c cfg/per-sequence/BQSquare.cfg --NumTileColumnsMinus1=2 --NumTileRowsMinus1=1 -f 1 -dqd 3 -aq 1 -aqr 12
The attached patch (for rev.2419 of HM-7.0-dev) fixes the issue. Attachments (2)Change History (6)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by haocomment:2 Changed 13 years ago by fbossencomment:3 Changed 13 years ago by hao
Patch for r2468 is attached. Changed 13 years ago by haocomment:4 Changed 13 years ago by fbossen
Fixed in r2470 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
|
Patch conflicts with integration of H0226