Skip to content

Commit

Permalink
[Encode] BRC multi tile failures for specific tilegroup
Browse files Browse the repository at this point in the history
Translate 2 kind of avpPicState to huc for multi-tile
  • Loading branch information
Christa03 authored and intel-mediadev committed Nov 18, 2024
1 parent ff60c97 commit cd77169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ namespace encode
#if _MEDIA_RESERVED
RUN_FEATURE_INTERFACE_RETURN(Av1Scc, Av1FeatureIDs::av1Scc, UpdateIBCStatusForCurrentTile);
#endif
if (firstTileInGroup)
if (tileRow == 0 && tileCol == 0)
{
SETPAR_AND_ADDCMD(AVP_PIC_STATE, m_avpItf, &cmdBuffer);
ENCODE_CHK_STATUS_RETURN(AddBBEnd(m_miItf, cmdBuffer));
}
else
if (!firstTileInGroup)
{
slbData.avpPicStateCmdNum = 2;
slbData.secondAvpPicStateOffset = (uint16_t)cmdBuffer.iOffset;
Expand Down

0 comments on commit cd77169

Please sign in to comment.