Home
last modified time | relevance | path

Searched defs:iMbHeight (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp117 int32_t iMbHeight = (int32_t) pCtx->pSps->iMbHeight; in DoErrorConSliceCopy() local
262 int32_t iMbHeight = (int32_t) pCtx->pSps->iMbHeight; in GetAvilInfoFromCorrectMb() local
380 int32_t iMbHeight = (int32_t) pCtx->pSps->iMbHeight; in DoErrorConSliceMVCopy() local
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp16 int32_t iMbHeight; member
126 int32_t iMbHeight = (int32_t) pECCtx->iMbHeight; in DoAncErrorConSliceCopy() local
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp112 int32_t iMbHeight = iHeight >> 4; in GetFrameSadExcludeBackground() local
175 int32_t iMbHeight = iHeight >> 4; in AnalyzeGomComplexityViaSad() local
224 int32_t iMbHeight = iHeight >> 4; in AnalyzeGomComplexityViaVar() local
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_slice_segment.h84 int16_t iMbHeight; /* height of picture size in mb */ member
Dparameter_sets.h46 int16_t iMbHeight; member
Dsvc_enc_frame.h97 int16_t iMbHeight; // MB height of this picture, equal to pSps.iMbHeight; member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp63 int32_t iMbHeight = iHeight >> 4; in Process() local
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h98 int32_t iMbHeight; // MB height of this picture, equal to sSps.iMbHeight; member
148 …int32_t iMbHeight; // MB height of this picture, equal to sSps.iMbH… member
Dslice.h132 int32_t iMbHeight; //from? member
Dparameter_sets.h80 uint32_t iMbHeight; member
Ddecoder_context.h371 uint32_t iMbHeight; member
/third_party/openh264/codec/encoder/core/src/
Dsvc_enc_slice_segment.cpp480 int32_t iMbHeight, in InitSlicePEncCtx()
Dencoder_ext.cpp180 const int32_t iMbHeight = (kiPicHeight + 15) >> 4; in SliceArgumentValidationFixedSliceMode() local
500 uint32_t iMbHeight = 0; in ParamValidationExt() local
838 int32_t iMbHeight = pLayer->iMbHeight; in InitMbInfo() local
912 int32_t iMbHeight = 0; in InitMbListD() local
Dsvc_mode_decision.cpp314 int32_t iMbHeight) { in CheckBorder()