Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1070 const int32_t iMaxPocLsb = 1 << (pSps->iLog2MaxPocLsb); in ParseSliceHeaderSyntaxs() local
1084 && pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb - pocLsb >= iMaxPocLsb / 2) in ParseSliceHeaderSyntaxs()
1085 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb + iMaxPocLsb; in ParseSliceHeaderSyntaxs()
1087 && pocLsb - pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb > iMaxPocLsb / 2) in ParseSliceHeaderSyntaxs()
1088 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb - iMaxPocLsb; in ParseSliceHeaderSyntaxs()