Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp761 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()
Ddecoder_core.cpp69 …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()
Derror_concealment.cpp229 iPicWidthLeftLimit = 0 + pCtx->sFrameCrop.iLeftOffset * 2; in DoMbECMvCopy()
/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h60 int32_t iLeftOffset; member