Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp556 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = 0; in ParseDecRefPicMarking()
1080 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = 0; in ParseSliceHeaderSyntaxs()
1083 if (pocLsb < pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb in ParseSliceHeaderSyntaxs()
1084 && pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb - pocLsb >= iMaxPocLsb / 2) in ParseSliceHeaderSyntaxs()
1086 else if (pocLsb > pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb in ParseSliceHeaderSyntaxs()
1087 && pocLsb - pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb > iMaxPocLsb / 2) in ParseSliceHeaderSyntaxs()
1098 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = pocLsb; in ParseSliceHeaderSyntaxs()
Ddecoder.cpp365 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = 0; in WelsDecoderDefaults()
394 sLastDecPicInfo.iPrevPicOrderCntLsb = 0; in WelsDecoderLastDecPicInfoDefaults()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h276 int32_t iPrevPicOrderCntLsb; member