Fix of the RelCU speed-up of ISP
As reported in MR !2478 (closed), there is a minor bug in a section of the ISP encoder related to the updateISPStatusFromRelCU
function. Although it does not have a significant impact, this MR solves it. In particular:
- It corrects the position where the MIP Flag status is stored for later usage of the function
updateISPStatusFromRelCU
- It actually utilizes the value of the MIP mode that was stored in
ispPredModeVal.bestPredModeDCT2
if the a MIP flag value of 1 was stored in the relCU.
The changes in the results are negligible.