Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1077 int32_t pocLsb = pSliceHead->iPicOrderCntLsb; in ParseSliceHeaderSyntaxs() local
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()
1091 pSliceHead->iPicOrderCntLsb = pocMsb + pocLsb; in ParseSliceHeaderSyntaxs()
1098 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = pocLsb; in ParseSliceHeaderSyntaxs()