Searched refs:bSeqScalingMatrixPresentFlag (Results 1 – 4 of 4) sorted by relevance
122 bool bSeqScalingMatrixPresentFlag; member
398 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag == false); in TestScalingList()407 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag); in TestScalingList()
1010 pSps->bSeqScalingMatrixPresentFlag = !!uiCode; in ParseSps()1012 if (pSps->bSeqScalingMatrixPresentFlag) { in ParseSps()1717 bInit = pSps->bSeqScalingMatrixPresentFlag; in ParseScalingList()
1487 if (pCtx->pSps->bSeqScalingMatrixPresentFlag || pCtx->pPps->bPicScalingMatrixPresentFlag) { in WelsCalcDeqCoeffScalingList()