Searched refs:pocLsb (Results 1 – 1 of 1) sorted by relevance
1077 int32_t pocLsb = pSliceHead->iPicOrderCntLsb; in ParseSliceHeaderSyntaxs() local1083 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()