Searched refs:iPrevPicOrderCntLsb (Results 1 – 3 of 3) sorted by relevance
556 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()
365 pCtx->pLastDecPicInfo->iPrevPicOrderCntLsb = 0; in WelsDecoderDefaults()394 sLastDecPicInfo.iPrevPicOrderCntLsb = 0; in WelsDecoderLastDecPicInfoDefaults()
276 int32_t iPrevPicOrderCntLsb; member