Opened 5 years ago
Closed 5 years ago
#443 closed defect (fixed)
Integration of O0650 (Chroma Mapping Table) with O0919 (TS Min QP)
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.0 |
Component: | VTM | Version: | VTM-6.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When both O0919 and O0650 are enabled, the chroma QP mapping table fails to use the Joint Cb/Cr table where it's supposed to.
Specifically, in the following line of QpParam::QpParam( )
#if JVET_O0919_TS_MIN_QP
#if JVET_O0650_SIGNAL_CHROMAQP_MAPPING_TABLE
*this = QpParam(QP <= -MAX_INT ? tu.cu->qp : QP,
compID, <-- should depend on useJQP
tu.cs->sps->getQpBDOffset(toChannelType(compID)), tu.cs->sps->getMinQpPrimeTsMinus4(toChannelType(compID)), chromaQpOffset, tu.chromaFormat, dqp, tu.cs->sps);
#else
Change history (1)
comment:1 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.0
- Resolution set to fixed
- Status changed from new to closed
- Version changed from VTM-5.2 to VTM-6.0rc1
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/834.