Searched refs:iRightOffset (Results 1 – 4 of 4) sorted by relevance
62 int32_t iRightOffset; member
769 kpPos->iRightOffset = iCode; in DecodeSpsSvcExt()770 … WELS_CHECK_SE_BOTH_WARNING (kpPos->iRightOffset, SUBSET_SPS_SEQ_SCALED_REF_LAYER_RIGHT_OFFSET_MIN, in DecodeSpsSvcExt()1121 pSps->sFrameCrop.iRightOffset = uiCode; in ParseSps()1122 …if ((pSps->sFrameCrop.iLeftOffset + pSps->sFrameCrop.iRightOffset) > ((int32_t)pSps->iMbWidth * 16… in ParseSps()1136 pSps->sFrameCrop.iRightOffset = 0; // frame_crop_right_offset in ParseSps()1229 BsWriteUE (&sSubsetSpsBs, pSps->sFrameCrop.iRightOffset); //frame_crop_right_offset in ParseSps()
69 …kiWidth, kiHeight, pCtx->sFrameCrop.iLeftOffset, pCtx->sFrameCrop.iRightOffset, pCtx->sFrameCrop.i… in DecodeFrameConstruction()75 …t32_t kiActualWidth = kiWidth - (pCtx->sFrameCrop.iLeftOffset + pCtx->sFrameCrop.iRightOffset) * 2; in DecodeFrameConstruction()107 pCtx->pSps->sFrameCrop.iRightOffset) << 1); in DecodeFrameConstruction()1308 pos.iRightOffset = pSubsetSps->sSpsSvcExt.sSeqScaledRefLayer.iRightOffset; in ParseSliceHeaderSyntaxs()1312 (pos.iLeftOffset + pos.iRightOffset); in ParseSliceHeaderSyntaxs()
230 iPicWidthRightLimit = (pMCRefMem->iPicWidth - pCtx->sFrameCrop.iRightOffset * 2); in DoMbECMvCopy()