Home
last modified time | relevance | path

Searched refs:MAX_PPS_COUNT (Results 1 – 17 of 17) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp295 …memset ((m_sParaSetOffset.sParaSetOffsetVariable[k].bUsedParaSetIdInBs), 0, MAX_PPS_COUNT * sizeof… in OutputCurrentStructure()
322 assert (MAX_PPS_COUNT > tmp_pps_id_in_bs); in DebugSpsPps()
331 assert (MAX_PPS_COUNT > kiTmpPpsIdInBs); in DebugPps()
379 (iParasetType != PARA_SET_TYPE_PPS) ? MAX_SPS_COUNT : MAX_PPS_COUNT); in Update()
546 m_iBasicNeededPpsNum = MAX_PPS_COUNT; in CWelsParametersetSpsPpsListing()
553 memcpy (pPpsArray, pExistingParasetList->sPps, MAX_PPS_COUNT * sizeof (SWelsPPS)); in LoadPreviousPps()
561 if (pCtx->iPpsNum >= MAX_PPS_COUNT) { in UpdatePpsList()
569 for (int32_t iIdrRound = 0; iIdrRound < MAX_PPS_COUNT; iIdrRound++) { in UpdatePpsList()
571 …sParaSetOffset.iPpsIdList[iPpsId][iIdrRound] = ((iIdrRound * iUsePpsNum + iPpsId) % MAX_PPS_COUNT); in UpdatePpsList()
575 for (iPpsId = iUsePpsNum; iPpsId < MAX_PPS_COUNT; iPpsId++) { in UpdatePpsList()
[all …]
Dencoder_ext.cpp2554 WELS_ABS (pParamInternal->uiIdrPicId - 1) % MAX_PPS_COUNT); in WelsInitCurrentLayer()
4311 int32_t iTmpPpsIdList[MAX_DQ_LAYER_NUM * MAX_PPS_COUNT]; in WelsEncoderParamAdjust()
/third_party/ffmpeg/libavformat/
Dh264dec.c29 #define MAX_PPS_COUNT 256 macro
36 int pps_ids[MAX_PPS_COUNT+1] = {0}; in h264_probe()
76 if (pps_id > MAX_PPS_COUNT) in h264_probe()
99 if (pps_id > MAX_PPS_COUNT) in h264_probe()
/third_party/openh264/codec/encoder/core/inc/
Dwels_common_basis.h75 bool bUsedParaSetIdInBs[MAX_PPS_COUNT]; //mark the used SPS_ID with 1
87 …int32_t iPpsIdList[MAX_DQ_LAYER_NUM][MAX_PPS_COUNT]; //index0: max pps types; index1: for differn…
Dwels_const.h52 #define MAX_PPS_COUNT (MAX_PPS_COUNT_LIMITED)//in Standard is 256 // Count nu… macro
Dparam_svc.h537 SWelsPPS sPps[MAX_PPS_COUNT];
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h240 SPps sPpsBuffer[MAX_PPS_COUNT + 1];
259 bool bPpsAvailFlags[MAX_PPS_COUNT];
336 SFmo sFmoList[MAX_PPS_COUNT]; // list for FMO storage
441 SSpsBsInfo sSubsetSpsBsInfo [MAX_PPS_COUNT];
442 SPpsBsInfo sPpsBsInfo [MAX_PPS_COUNT];
Dwels_const.h43 #define MAX_PPS_COUNT 256 // Count number of PPS macro
/third_party/ffmpeg/libavcodec/
Dh264_ps.h38 #define MAX_PPS_COUNT 256 macro
145 AVBufferRef *pps_list[MAX_PPS_COUNT];
Dh264_ps.c324 for (i = 0; i < MAX_PPS_COUNT; i++) in ff_h264_ps_uninit()
760 if (pps_id >= MAX_PPS_COUNT) { in ff_h264_decode_picture_parameter_set()
Dmediacodecdec.c141 for (i = 0; i < MAX_PPS_COUNT; i++) { in h264_set_extradata()
Dh264_parser.c352 if (pps_id >= MAX_PPS_COUNT) { in parse_nal_units()
Dh264_slice.c1781 if (sl->pps_id >= MAX_PPS_COUNT) { in h264_slice_header_parse()
/third_party/openh264/codec/decoder/core/src/
Dfmo.cpp268 if (!pFmo->bActiveFlag && *pActiveFmoNum < MAX_PPS_COUNT) { in FmoParamUpdate()
Dau_parser.cpp1338 if (uiPpsId >= MAX_PPS_COUNT) { in ParsePps()
1446 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT], pPps, sizeof (SPps)); in ParsePps()
1780 UninitFmoList (&pCtx->sFmoList[0], MAX_PPS_COUNT, pCtx->iActiveFmoNum, pCtx->pMemAlign); in ResetFmoList()
Ddecoder_core.cpp948 WELS_CHECK_SE_UPPER_ERROR (uiCode, (MAX_PPS_COUNT - 1), "iPpsId out of range", in ParseSliceHeaderSyntaxs()
2218 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT].iPpsId], in WriteBackActiveParameters()
2219 &pCtx->sSpsPpsCtx.sPpsBuffer[MAX_PPS_COUNT], sizeof (SPps)); in WriteBackActiveParameters()
/third_party/gstreamer/gstplugins_bad/
DChangeLog165592 Fixes compiler warning comparing guint8 and MAX_PPS_COUNT which is > G_MAXUINT8