Searched refs:sSpsBuffer (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 398 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag == false); in TestScalingList() 399 …EXPECT_EQ (0, memcmp (iScalingListZero, m_pCtx->sSpsPpsCtx.sSpsBuffer[0].iScalingList4x4, 6 * 16 *… in TestScalingList() 407 ASSERT_TRUE (m_pCtx->sSpsPpsCtx.sSpsBuffer[0].bSeqScalingMatrixPresentFlag); in TestScalingList() 409 …EXPECT_EQ (0, memcmp (iScalingList[i], m_pCtx->sSpsPpsCtx.sSpsBuffer[0].iScalingList4x4[i], 16 * s… in TestScalingList()
|
/third_party/openh264/codec/decoder/core/src/ |
D | au_parser.cpp | 1265 pTmpSps = &pCtx->sSpsPpsCtx.sSpsBuffer[iSpsId]; in ParseSps() 1284 if (memcmp (&pCtx->sSpsPpsCtx.sSpsBuffer[iSpsId], pSps, sizeof (SSps)) != 0) { in ParseSps() 1286 memcpy (&pCtx->sSpsPpsCtx.sSpsBuffer[MAX_SPS_COUNT], pSps, sizeof (SSps)); in ParseSps() 1291 memcpy (&pCtx->sSpsPpsCtx.sSpsBuffer[MAX_SPS_COUNT], pSps, sizeof (SSps)); in ParseSps() 1294 memcpy (&pCtx->sSpsPpsCtx.sSpsBuffer[iSpsId], pSps, sizeof (SSps)); in ParseSps() 1305 memcpy (&pCtx->sSpsPpsCtx.sSpsBuffer[iSpsId], pSps, sizeof (SSps)); in ParseSps() 1428 …WELS_READ_VERIFY (ParseScalingList (&pCtx->sSpsPpsCtx.sSpsBuffer[pPps->iSpsId], pBsAux, 1, pPps->b… in ParsePps()
|
D | decoder.cpp | 416 if (&pFromCtx->sSpsPpsCtx.sSpsBuffer[j] == pTmpLayerSps[uiDid]) { in CopySpsPps() 417 pTmpLayerSps[uiDid] = &pToCtx->sSpsPpsCtx.sSpsBuffer[j]; in CopySpsPps()
|
D | decoder_core.cpp | 1009 pSps = &pCtx->sSpsPpsCtx.sSpsBuffer[pPps->iSpsId]; in ParseSliceHeaderSyntaxs() 1408 …pSps = &pCtx->sSpsPpsCtx.sSpsBuffer[pCtx->sSpsPpsCtx.sPpsBuffer[pShExtD->sSliceHeader.iPp… in PrefetchNalHeaderExtSyntax() 2222 memcpy (&pCtx->sSpsPpsCtx.sSpsBuffer[pCtx->sSpsPpsCtx.sSpsBuffer[MAX_SPS_COUNT].iSpsId], in WriteBackActiveParameters() 2223 &pCtx->sSpsPpsCtx.sSpsBuffer[MAX_SPS_COUNT], sizeof (SSps)); in WriteBackActiveParameters()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_context.h | 239 SSps sSpsBuffer[MAX_SPS_COUNT + 1]; member
|