Home
last modified time | relevance | path

Searched defs:iMbWidth (Results 1 – 22 of 22) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cabac.cpp54 …atic void WelsCabacMbType (SCabacCtx* pCabacCtx, SMB* pCurMb, SMbCache* pMbCache, int32_t iMbWidth, in WelsCabacMbType()
156 …acMbIntraChromaPredMode (SCabacCtx* pCabacCtx, SMB* pCurMb, SMbCache* pMbCache, int32_t iMbWidth) { in WelsCabacMbIntraChromaPredMode()
184 void WelsCabacMbCbp (SMB* pCurMb, int32_t iMbWidth, SCabacCtx* pCabacCtx) { in WelsCabacMbCbp()
261 void WelsMbSkipCabac (SCabacCtx* pCabacCtx, SMB* pCurMb, int32_t iMbWidth, EWelsSliceType eSliceTyp… in WelsMbSkipCabac()
341 SMVUnitXY WelsCabacMbMvd (SCabacCtx* pCabacCtx, SMB* pCurMb, uint32_t iMbWidth, in WelsCabacMbMvd()
426 int16_t WelsGetMbCtxCabac (SMbCache* pMbCache, SMB* pCurMb, uint32_t iMbWidth, ECtxBlockCat eCtxBlo… in WelsGetMbCtxCabac()
456 void WelsWriteBlockResidualCabac (SMbCache* pMbCache, SMB* pCurMb, uint32_t iMbWidth, SCabacCtx* p… in WelsWriteBlockResidualCabac()
532 int16_t iMbWidth, uint32_t uiChromaQpIndexOffset) { in WelsWriteMbResidualCabac()
644 int16_t iMbWidth = pEncCtx->pCurDqLayer->iMbWidth; in WelsSpatialWriteMbSynCabac() local
Dmd.cpp51 void FillNeighborCacheIntra (SMbCache* pMbCache, SMB* pCurMb, int32_t iMbWidth) { in FillNeighborCacheIntra()
132 void FillNeighborCacheInterWithoutBGD (SMbCache* pMbCache, SMB* pCurMb, int32_t iMbWidth, int8_t* p… in FillNeighborCacheInterWithoutBGD()
253 void FillNeighborCacheInterWithBGD (SMbCache* pMbCache, SMB* pCurMb, int32_t iMbWidth, int8_t* pVaa… in FillNeighborCacheInterWithBGD()
Dencoder_ext.cpp179 const int32_t iMbWidth = (kiPicWidth + 15) >> 4; in SliceArgumentValidationFixedSliceMode() local
499 uint32_t iMbWidth = 0; in ParamValidationExt() local
837 int32_t iMbWidth = pLayer->iMbWidth; in InitMbInfo() local
911 int32_t iMbWidth = 0; in InitMbListD() local
1232 int32_t iMbWidth; in AllocStrideTables() member
Dsvc_enc_slice_segment.cpp479 int32_t iMbWidth, in InitSlicePEncCtx()
Dsvc_mode_decision.cpp313 … CheckBorder (int32_t iMbX, int32_t iMbY, int32_t iScrollMvX, int32_t iScrollMvY, int32_t iMbWidth, in CheckBorder()
Dratectl.cpp108 int32_t iMbWidth = 0; in RcInitSequenceParameter() local
/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalcfuncs.cpp42 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadSsd_c() local
154 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadVar_c() local
259 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSad_c() local
346 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadSsdBgd_c() local
491 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadBgd_c() local
/third_party/openh264/test/processing/
DProcessUT_VaaCalc.cpp16 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadSsd_ref() local
128 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadVar_ref() local
232 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSad_ref() local
317 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadSsdBgd_ref() local
462 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadBgd_ref() local
/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp116 int32_t iMbWidth = (int32_t) pCtx->pSps->iMbWidth; in DoErrorConSliceCopy() local
261 int32_t iMbWidth = (int32_t) pCtx->pSps->iMbWidth; in GetAvilInfoFromCorrectMb() local
379 int32_t iMbWidth = (int32_t) pCtx->pSps->iMbWidth; in DoErrorConSliceMVCopy() local
Ddeblocking.cpp978 int32_t iMbWidth = pCurDqLayer->iMbWidth; in FilteringEdgeLumaHV() local
1039 int32_t iMbWidth = pCurDqLayer->iMbWidth; in FilteringEdgeChromaHV() local
1218 int32_t iMbWidth = pCurDqLayer->iMbWidth; in WelsDeblockingFilterSlice() local
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp15 int32_t iMbWidth; member
125 int32_t iMbWidth = (int32_t) pECCtx->iMbWidth; in DoAncErrorConSliceCopy() local
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp111 int32_t iMbWidth = iWidth >> 4; in GetFrameSadExcludeBackground() local
174 int32_t iMbWidth = iWidth >> 4; in AnalyzeGomComplexityViaSad() local
223 int32_t iMbWidth = iWidth >> 4; in AnalyzeGomComplexityViaVar() local
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c52 int32_t iMbWidth = (iPicWidth >> 4); in VAACalcSadBgd_lsx() local
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_slice_segment.h83 int16_t iMbWidth; /* width of picture size in mb */ member
Dsvc_enc_frame.h96 int16_t iMbWidth; // MB width of this picture, equal to pSps.iMbWidth member
Dparameter_sets.h45 int16_t iMbWidth; member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp62 int32_t iMbWidth = iWidth >> 4; in Process() local
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h97 int32_t iMbWidth; // MB width of this picture, equal to sSps.iMbWidth member
147 …int32_t iMbWidth; // MB width of this picture, equal to sSps.iMbWi… member
Dslice.h131 int32_t iMbWidth; //from? member
Dparameter_sets.h79 uint32_t iMbWidth; member
Ddecoder_context.h370 uint32_t iMbWidth; member
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp115 …groundDetection::GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t iMbWidth, in GetOUParameters()