Opened 4 years ago
#1434 new defect
The xEncodeInterResidualQT() function seem to be error
Reported by: | annci | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-10.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When CuWidth/CuHeight are 128 and TuWidth/TuHeight are 64, Cbf of Chroma are written five times and Cbf of Luma are written four times in xEncodeInterResidualQT(), but Cbf of Chroma are written four times and cbf of Luma are written four times in transform_unit(). In xEncodeInterResidualQT(), Chroma Cbf are written when currDepth is 0.
Note: See TracTickets for help on using tickets.