Skip to content
Snippets Groups Projects
Commit 70b29a0b authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'Fix_RPR_JVET_AG0098' into 'master'

Fix: Related to RPR for JVET-AG0098

See merge request !629
parents c2cbb828 1f7adf73
No related branches found
No related tags found
1 merge request!629Fix: Related to RPR for JVET-AG0098
Pipeline #12119 passed
......@@ -22951,7 +22951,7 @@ void PU::getAmvpSbTmvp(PredictionUnit &pu, MergeCtx& mrgCtx, const Mv mvShift, c
const unsigned scale = 4 * std::max<int>(1, 4 * AMVP_DECIMATION_FACTOR / 4);
const unsigned mask = ~(scale - 1);
const RefPicList colRefList = RefPicList(pu.colIdx == 0 ? (slice.isInterB() ? 1 - slice.getColFromL0Flag() : 0) : (slice.isInterB() ? 1 - slice.getColFromL0Flag2nd() : 0));
const Picture *pColPic = slice.getRefPic(colRefList, pu.colIdx == 0 ? slice.getColRefIdx() : slice.getColRefIdx2nd());
const Picture *pColPic = slice.getRefPic(colRefList, pu.colIdx == 0 ? slice.getColRefIdx() : slice.getColRefIdx2nd())->unscaledPic;
 
Position puPos = pu.lumaPos();
Size puSize = pu.lumaSize();
......
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