Searched refs:iLeftOffset (Results 1 – 4 of 4) sorted by relevance
761 kpPos->iLeftOffset = iCode; in DecodeSpsSvcExt()762 WELS_CHECK_SE_BOTH_WARNING (kpPos->iLeftOffset, SUBSET_SPS_SEQ_SCALED_REF_LAYER_LEFT_OFFSET_MIN, in DecodeSpsSvcExt()1119 pSps->sFrameCrop.iLeftOffset = uiCode; in ParseSps()1122 …if ((pSps->sFrameCrop.iLeftOffset + pSps->sFrameCrop.iRightOffset) > ((int32_t)pSps->iMbWidth * 16… in ParseSps()1135 pSps->sFrameCrop.iLeftOffset = 0; // frame_crop_left_offset in ParseSps()1228 BsWriteUE (&sSubsetSpsBs, pSps->sFrameCrop.iLeftOffset); //frame_crop_left_offset in ParseSps()
69 …kiWidth, kiHeight, pCtx->sFrameCrop.iLeftOffset, pCtx->sFrameCrop.iRightOffset, pCtx->sFrameCrop.i… in DecodeFrameConstruction()75 …const int32_t kiActualWidth = kiWidth - (pCtx->sFrameCrop.iLeftOffset + pCtx->sFrameCrop.iRightOff… in DecodeFrameConstruction()106 … pParser->iSpsWidthInPixel = (pCtx->pSps->iMbWidth << 4) - ((pCtx->pSps->sFrameCrop.iLeftOffset + in DecodeFrameConstruction()220 …ppDst[0] + pCtx->sFrameCrop.iTopOffset * 2 * pPic->iLinesize[0] + pCtx->sFrameCrop.iLeftOffset * 2; in DecodeFrameConstruction()221 …t[1] = ppDst[1] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOffset; in DecodeFrameConstruction()222 …t[2] = ppDst[2] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOffset; in DecodeFrameConstruction()1306 pos.iLeftOffset = pSubsetSps->sSpsSvcExt.sSeqScaledRefLayer.iLeftOffset; in ParseSliceHeaderSyntaxs()1312 (pos.iLeftOffset + pos.iRightOffset); in ParseSliceHeaderSyntaxs()
229 iPicWidthLeftLimit = 0 + pCtx->sFrameCrop.iLeftOffset * 2; in DoMbECMvCopy()
60 int32_t iLeftOffset; member