Skip to content

Fix of the size of extendRefList.

When m_pcEncCfg->getUsePbIntraFast() is enabled and it is not an I slice, the size of uiRdModeList may shrink according to the inter results when intra is checked. This fix corrects the size of extendRefList, so that it is equal to the one of uiRdModeList.

Merge request reports