Home
last modified time | relevance | path

Searched refs:MAX_DPB_COUNT (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp89 for (int32_t i = 0; i < MAX_DPB_COUNT; ++i) { in SetUnRef()
112 for (i = 0; i < MAX_DPB_COUNT; i++) { in WelsResetRefPic()
120 for (i = 0; i < MAX_DPB_COUNT; i++) { in WelsResetRefPic()
137 for (i = 0; i < MAX_DPB_COUNT; i++) { in WelsResetRefPicWithoutUnRef()
142 for (i = 0; i < MAX_DPB_COUNT; i++) { in WelsResetRefPicWithoutUnRef()
163 for (int32_t i = 0; i < MAX_DPB_COUNT; ++i) { in WelsCheckAndRecoverForFutureDecoding()
239 memset (pCtx->sRefPic.pRefList[LIST_0], 0, MAX_DPB_COUNT * sizeof (PPicture)); in WelsInitBSliceRefList()
240 memset (pCtx->sRefPic.pRefList[LIST_1], 0, MAX_DPB_COUNT * sizeof (PPicture)); in WelsInitBSliceRefList()
243 PPicture pLSCurrPocList0[MAX_DPB_COUNT]; in WelsInitBSliceRefList()
244 PPicture pLTCurrPocList0[MAX_DPB_COUNT]; in WelsInitBSliceRefList()
[all …]
Ddecoder.cpp220 while (++j < MAX_DPB_COUNT && pPicNewBuf->ppPic[i]->pRefPic[listIdx][j] != NULL) { in DecreasePicBuff()
446 iNumRefFrames = MAX_DPB_COUNT + iThreadCount; in GetTargetRefListSize()
Ddecoder_core.cpp2595 memset (pCtx->pDec->pRefPic[LIST_0], 0, sizeof (PPicture) * MAX_DPB_COUNT); in DecodeCurrentAccessUnit()
2596 memset (pCtx->pDec->pRefPic[LIST_1], 0, sizeof (PPicture) * MAX_DPB_COUNT); in DecodeCurrentAccessUnit()
2832 while (i < MAX_DPB_COUNT && pCtx->sRefPic.pRefList[listIdx][i]) { in DecodeCurrentAccessUnit()
/third_party/openh264/codec/decoder/core/inc/
Dwels_const.h49 #define MAX_DPB_COUNT (MAX_REF_PIC_COUNT + 1) // 1 additional position for re-ord… macro
Ddecoder_context.h150 PPicture pRefList[LIST_A][MAX_DPB_COUNT]; // reference picture marking plus FIFO scheme
151 PPicture pShortRefList[LIST_A][MAX_DPB_COUNT];
152 PPicture pLongRefList[LIST_A][MAX_DPB_COUNT];
Dslice.h203 …int16_t iMvScale[LIST_A][MAX_DPB_COUNT]; //Moton vector scale For Temporal Direct Mode Type
/third_party/openh264/test/decoder/
DDecUT_DeblockCommon.cpp792 PPicture iFilterPics[2][MAX_DPB_COUNT]; // Dummy reference pictures list in TEST()
806 for (i = 0; i < MAX_DPB_COUNT; i++) in TEST()