Skip to content
Snippets Groups Projects
Commit d9e5b370 authored by Yoshitaka Kidani's avatar Yoshitaka Kidani
Browse files

Fix for IPM storage of SGPM

parent d192d821
No related branches found
No related tags found
No related merge requests found
......@@ -29178,11 +29178,11 @@ void PU::spanIpmInfoSgpm(PredictionUnit &pu)
tpmMask = motionIdx <= 0 ? (1 - isFlip) : isFlip;
if (tpmMask == 0)
{
*ipmSgpm = sgpmMode0;
ipmSgpm[x] = sgpmMode0;
}
else
{
*ipmSgpm = sgpmMode1;
ipmSgpm[x] = sgpmMode1;
}
}
ipmSgpm += ib.stride;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment