Searched refs:MAX_PPS_COUNT (Results 1 – 17 of 17) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | paraset_strategy.cpp | 295 …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 …]
|
D | encoder_ext.cpp | 2554 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/ |
D | h264dec.c | 29 #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/ |
D | wels_common_basis.h | 75 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…
|
D | wels_const.h | 52 #define MAX_PPS_COUNT (MAX_PPS_COUNT_LIMITED)//in Standard is 256 // Count nu… macro
|
D | param_svc.h | 537 SWelsPPS sPps[MAX_PPS_COUNT];
|
/third_party/ffmpeg/libavcodec/ |
D | h264_ps.h | 38 #define MAX_PPS_COUNT 256 macro 145 AVBufferRef *pps_list[MAX_PPS_COUNT];
|
D | h264_ps.c | 324 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()
|
D | mediacodecdec.c | 141 for (i = 0; i < MAX_PPS_COUNT; i++) { in h264_set_extradata()
|
D | h264_parser.c | 352 if (pps_id >= MAX_PPS_COUNT) { in parse_nal_units()
|
D | h264_slice.c | 1781 if (sl->pps_id >= MAX_PPS_COUNT) { in h264_slice_header_parse()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_context.h | 240 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];
|
D | wels_const.h | 43 #define MAX_PPS_COUNT 256 // Count number of PPS macro
|
/third_party/openh264/codec/decoder/core/src/ |
D | fmo.cpp | 268 if (!pFmo->bActiveFlag && *pActiveFmoNum < MAX_PPS_COUNT) { in FmoParamUpdate()
|
D | au_parser.cpp | 1338 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()
|
D | decoder_core.cpp | 948 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/ |
D | ChangeLog | 165592 Fixes compiler warning comparing guint8 and MAX_PPS_COUNT which is > G_MAXUINT8
|