#60 closed defect (fixed)
Missing split for the case TU_MAX_TR_SPLIT in IntraSearch::xEncCoeffQT
Reported by: | tpoirier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BMS | Version: | BMS-1.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In xEncCoeffQT function, that estimates the cost of intra residual, the loop over inferred TU split for large blocks is missing. This leads to a wrong cost estimation for 128x128 Intra blocks.
CTC are not impacted since LCTUFast parameter, that removes the testing of 128x128 Intra CU, is enabled.
The following patch solve this issue.
Attachments (1)
Change history (3)
Changed 6 years ago by tpoirier
comment:1 Changed 6 years ago by XiangLi
- Milestone set to BMS-1.2
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in r1374 (also fixed in VTM).