Home
last modified time | relevance | path

Searched refs:iBottomOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h63 int32_t iBottomOffset; member
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp773 kpPos->iBottomOffset = iCode; in DecodeSpsSvcExt()
774 …WELS_CHECK_SE_BOTH_WARNING (kpPos->iBottomOffset, SUBSET_SPS_SEQ_SCALED_REF_LAYER_BOTTOM_OFFSET_MI… in DecodeSpsSvcExt()
1129 pSps->sFrameCrop.iBottomOffset = uiCode; in ParseSps()
1130 …if ((pSps->sFrameCrop.iTopOffset + pSps->sFrameCrop.iBottomOffset) > ((int32_t)pSps->iMbHeight * 1… in ParseSps()
1138 pSps->sFrameCrop.iBottomOffset = 0; // frame_crop_bottom_offset in ParseSps()
1231 BsWriteUE (&sSubsetSpsBs, pSps->sFrameCrop.iBottomOffset); //frame_crop_bottom_offset in ParseSps()
Ddecoder_core.cpp70 pCtx->sFrameCrop.iBottomOffset, pCtx->iIgnoredErrorInfoPacketCount); in DecodeFrameConstruction()
76 …2_t kiActualHeight = kiHeight - (pCtx->sFrameCrop.iTopOffset + pCtx->sFrameCrop.iBottomOffset) * 2; in DecodeFrameConstruction()
109 pCtx->pSps->sFrameCrop.iBottomOffset) << 1); in DecodeFrameConstruction()
1309 …pos.iBottomOffset = pSubsetSps->sSpsSvcExt.sSeqScaledRefLayer.iBottomOffset * (2 - pSps->bFrameMbs… in ParseSliceHeaderSyntaxs()
1314 (pos.iTopOffset + pos.iBottomOffset) / (1 + pSliceHead->bFieldPicFlag); in ParseSliceHeaderSyntaxs()