Home
last modified time | relevance | path

Searched refs:iPrevPicOrderCntMsb (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h275 int32_t iPrevPicOrderCntMsb; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp557 pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb = 0; in ParseDecRefPicMarking()
1079 pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb = 0; in ParseSliceHeaderSyntaxs()
1085 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb + iMaxPocLsb; in ParseSliceHeaderSyntaxs()
1088 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb - iMaxPocLsb; in ParseSliceHeaderSyntaxs()
1090 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb; in ParseSliceHeaderSyntaxs()
1099 pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb = pocMsb; in ParseSliceHeaderSyntaxs()
Ddecoder.cpp364 pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb = 0; in WelsDecoderDefaults()
393 sLastDecPicInfo.iPrevPicOrderCntMsb = 0; in WelsDecoderLastDecPicInfoDefaults()