Home
last modified time | relevance | path

Searched refs:bSeqScalingMatrixPresentFlag (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h122 bool bSeqScalingMatrixPresentFlag; member
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp398 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag == false); in TestScalingList()
407 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag); in TestScalingList()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1010 pSps->bSeqScalingMatrixPresentFlag = !!uiCode; in ParseSps()
1012 if (pSps->bSeqScalingMatrixPresentFlag) { in ParseSps()
1717 bInit = pSps->bSeqScalingMatrixPresentFlag; in ParseScalingList()
Ddecode_slice.cpp1487 if (pCtx->pSps->bSeqScalingMatrixPresentFlag || pCtx->pPps->bPicScalingMatrixPresentFlag) { in WelsCalcDeqCoeffScalingList()