JVET-AH0078: AhG10: Distortion Propagation Factor for VVC Low-Delay Configuration
Updates from the code in the conference proposal:
- fixed bug in EncSlice.cpp from line 2051 onwards regarding merging clipped pred buffer, which did not affect bd-rate performance and the fix reduces the time complexity.
- optimized the code layout and reduced redundant codes, e.g. merged the fixing test modes code into the EncModeCtrlMTnoRQT::initCULevel function in EncModeCtrl.cpp instead of using a new function.