Opened 13 years ago Closed 13 years ago #315 closed defect (fixed)Alignment of WD description and software about QP wrapping
Description
HM software misses the QP wrapping defined in WD text as follows:
In CE4 common test settings, HM software does not send cu_qp_delta values that need the QP wrapping. So this fix does not change BD-rate results. In order to align WD description and software, it is recommended to fix this issue when HM-6.0 is released. Attachment is a patch to HM-5.1-dev-cleanup.
#define FIX_CU_DQP_WRAP 1 /< Fix wrapping of cu_qp_delta
#if FIX_CU_DQP_WRAP
There is another issue that the QpBdOffsetY may not be used appropriately in HM software. (This issue is also related to ticket #313.) It is recommended that the RESET_QP_OFFSET macro is also integrated into HM-6.0 in order to avoid its impact on the QP wrapping fix. Then RESET_QP_OFFSET macro should be removed when JCTVC-H0400 is integrated. Attachments (2)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by kchonoChanged 13 years ago by kchonocomment:2 Changed 13 years ago by kchonocomment:3 Changed 13 years ago by ksuehring
A solution based on JVTVC-H0736 has been submitted to HM-5.2-dev-core (Keiichi Chono) 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 have uploaded a revised patch that use more appropriate names.
#define FIX_QP_WRAP 1 < Fix qp wrapping
#if FIX_QP_WRAP
#define SET_QP_BD_OFFSET_ZERO 1 < This macro shall be set equal to 0 or removed when QpBdOffsetY and QpBdOffsetC issues are resolved.
#endif