Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1082 int32_t pocMsb; in ParseSliceHeaderSyntaxs() local
1085 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb + iMaxPocLsb; in ParseSliceHeaderSyntaxs()
1088 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb - iMaxPocLsb; in ParseSliceHeaderSyntaxs()
1090 pocMsb = pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb; in ParseSliceHeaderSyntaxs()
1091 pSliceHead->iPicOrderCntLsb = pocMsb + pocLsb; in ParseSliceHeaderSyntaxs()
1099 pCtx->pLastDecPicInfo->iPrevPicOrderCntMsb = pocMsb; in ParseSliceHeaderSyntaxs()