Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h62 int32_t iRightOffset; member
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp769 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()
Ddecoder_core.cpp69 …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()
Derror_concealment.cpp230 iPicWidthRightLimit = (pMCRefMem->iPicWidth - pCtx->sFrameCrop.iRightOffset * 2); in DoMbECMvCopy()