Home
last modified time | relevance | path

Searched refs:iVideoHeight (Results 1 – 17 of 17) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp148 pParamExt->sSpatialLayers[0].iVideoHeight = pParamExt->iPicHeight; in InitializeParamExt()
659 sEncParamExt.sSpatialLayers[iNum].iVideoHeight = sEncParamExt.iPicHeight / iScale; in TEST_F()
661 sEncParamExt.sSpatialLayers[iNum].iVideoHeight) / 3; in TEST_F()
744 sEncParamExt.sSpatialLayers[0].iVideoHeight = sEncParamExt.iPicHeight; in TEST_F()
835 pParamExt->iPicHeight = pParamExt->sSpatialLayers[0].iVideoHeight = sEncParamBase.iPicHeight; in ChangeResolutionAndCheckStatistics()
969 sEncParamExt.sSpatialLayers[0].iVideoHeight = 640; in TEST_F()
976 pParamExt->iPicHeight = sEncParamExt.sSpatialLayers[0].iVideoHeight; in TEST_F()
1033 sEncParamExt.sSpatialLayers[0].iVideoHeight = 160; in TEST_F()
1040 sEncParamExt.sSpatialLayers[1].iVideoHeight = 320; in TEST_F()
1047 sEncParamExt.sSpatialLayers[2].iVideoHeight = 640; in TEST_F()
[all …]
DEncUT_SliceBufferReallocate.cpp56 pDqLayer->iMbHeight = (pLayerCfg->iVideoHeight + 15) >> 4; in AllocateLayerBuffer()
71 int32_t iMBHeight = (pLayerCfg->iVideoHeight + 15) >> 4; in SetPartitonMBNum()
98 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitParamForSizeLimitSlcMode()
121 int32_t iMBHeight = (pLayerCfg->iVideoHeight + 15) >> 4; in InitParamForRasterSlcMode()
263 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitFrameBsBuffer()
330 …pLayerCfg->iVideoHeight = pCtx->pSvcParam->iPicHeight >> (pCtx->pSvcParam->iSpatialLayerNum - 1 - … in InitLayerSliceBuffer()
332 …MaxFrameRate = MAX_SAMPLES_PER_SECOND / (pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight); in InitLayerSliceBuffer()
349 …iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) * COMPRES… in InitLayerSliceBuffer()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h267 pDlp->iActualHeight = sSpatialLayers[iIdxSpatial].iVideoHeight = iPicHeight; in ParamBaseTranscode()
415 …pSpatialLayer->iVideoHeight = WELS_CLIP3 (pCodingParam.sSpatialLayers[iIdxSpatial].iVideoHeight, 0, in ParamTranscode()
427 if (pSpatialLayer->iVideoHeight == 0) { in ParamTranscode()
428 pSpatialLayer->iVideoHeight = iPicHeight; in ParamTranscode()
481 pDlayerInternal->iActualHeight = pDlayer->iVideoHeight; in SetActualPicResolution()
483 pDlayer->iVideoHeight = WELS_ALIGN (pDlayerInternal->iActualHeight, MB_HEIGHT_LUMA); in SetActualPicResolution()
/third_party/openh264/module/
Dgmp-openh264.cpp261 layer->iVideoHeight = static_cast<uint32_t>(height_mb * 16 * scale); in InitEncode()
263 << ", turned to be " << layer->iVideoWidth << " x " << layer->iVideoHeight); in InitEncode()
266 layer->iVideoHeight = codecSettings.mHeight; in InitEncode()
271 if (layer->iVideoHeight < 16) { in InitEncode()
272 layer->iVideoHeight = 16; in InitEncode()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp155 pDLayer->iVideoHeight = atoi (strTag[1].c_str()); in ParseLayerConfig()
610 pDLayer->iVideoHeight = atoi (argv[n++]); in ParseCommandLine()
709 sParam.sSpatialLayers[iIndexLayer].iVideoHeight = 90; in FillSpecificParameters()
718 sParam.sSpatialLayers[iIndexLayer].iVideoHeight = 180; in FillSpecificParameters()
727 sParam.sSpatialLayers[iIndexLayer].iVideoHeight = 360; in FillSpecificParameters()
737 sParam.sSpatialLayers[iIndexLayer].iVideoHeight = 720; in FillSpecificParameters()
849 sSvcParam.iPicHeight = WELS_MAX (sSvcParam.iPicHeight, pDLayer->iVideoHeight); in ProcessEncoding()
/third_party/openh264/test/api/
Dencode_options_test.cpp116 …pSpatialLayer->iVideoHeight = WelsClip3 ((((rand() % MAX_HEIGHT) >> 1) + 1) << 1, 2, MAX_HE… in RandomParamExtCombination()
182 pSpatialLayer->iVideoHeight = param_.iPicHeight >> (param_.iSpatialLayerNum - 1 - iSpatialIdx); in ValidateParamExtCombination()
1198 sParam2.sSpatialLayers[0].iVideoHeight = (sParam1.sSpatialLayers[0].iVideoHeight / 2); in TEST_F()
1345 param_.sSpatialLayers[0].iVideoHeight = p.iHeight; in TEST_P()
1586 sParam.sSpatialLayers[0].iVideoHeight = (iHeight >> 2); in TEST_F()
1591 sParam.sSpatialLayers[1].iVideoHeight = (iHeight >> 1); in TEST_F()
1597 sParam.sSpatialLayers[2].iVideoHeight = iHeight; in TEST_F()
1660 sParam.sSpatialLayers[0].iVideoHeight = (iHeight >> 2); in TEST_F()
1665 sParam.sSpatialLayers[1].iVideoHeight = iHeight; in TEST_F()
1729 sParam.sSpatialLayers[0].iVideoHeight = iHeight; in TEST_F()
[all …]
DBaseEncoderTest.cpp44 …param.sSpatialLayers[i].iVideoHeight = pEncParamExt->iPicHeight >> (param.iSpatialLayerNum - 1 … in InitWithParam()
Dencode_decode_api_test.cpp26 pParam->sSpatialLayers[i].iVideoHeight = height >> (iLayers - i - 1); in prepareParam()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp160 …uint32_t uiPicInMBs = ((pSpatialLayer->iVideoHeight + 15) >> 4) * ((pSpatialLayer->iVideoWidth + 1… in WelsCheckRefFrameLimitationLevelIdcFirst()
492 pSps->iMbHeight = (pLayerParam->iVideoHeight + 15) >> 4; in WelsInitSps()
503 … pLayerParam->iVideoWidth, pLayerParam->iVideoHeight, pSps->sFrameCrop); in WelsInitSps()
Dencoder_ext.cpp307 … if ((fDlp->iVideoWidth > fDlpUp->iVideoWidth) || (fDlp->iVideoHeight > fDlpUp->iVideoHeight)) { in ParamValidation()
310 … i, fDlp->iVideoWidth, fDlp->iVideoHeight, fDlpUp->iVideoWidth, fDlpUp->iVideoHeight); in ParamValidation()
498 int32_t kiPicHeight = pSpatialLayer->iVideoHeight; in ParamValidationExt()
509 kiPicHeight = pSpatialLayer->iVideoHeight = pCodingParam->iPicHeight; in ParamValidationExt()
512 pSpatialLayer->iVideoWidth, pSpatialLayer->iVideoHeight); in ParamValidationExt()
920 iMbHeight = ((*ppCtx)->pSvcParam->sSpatialLayers[i].iVideoHeight + 15) >> 4; in InitMbListD()
1040 const int32_t kiHeight = pParam->sSpatialLayers[iDlayerIndex].iVideoHeight; in InitDqLayers()
1071 const int32_t kiMbH = (pDlayer->iVideoHeight + 0x0f) >> 4; in InitDqLayers()
1129 …nt32_t iReturn = RequestFeatureSearchPreparation (pMa, pDlayer->iVideoWidth, pDlayer->iVideoHeight, in InitDqLayers()
1266 const int32_t kiTmpHeight = (pParam->sSpatialLayers[iSpatialIdx].iVideoHeight + 15) >> 4; in AllocStrideTables()
[all …]
Dratectl.cpp116 pWelsSvcRc->iNumberMbFrame = iMbWidth * (pDLayerParam->iVideoHeight >> 4); in RcInitSequenceParameter()
424 …rParamInternal->fOutputFrameRate > EPSN && pDLayerParam->iVideoWidth && pDLayerParam->iVideoHeight) in RcCalculateIdrQp()
427 pDLayerParam->iVideoHeight); in RcCalculateIdrQp()
431 if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 28800) // 90p video:160*90 in RcCalculateIdrQp()
433 else if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 115200) // 180p video:320*180 in RcCalculateIdrQp()
435 else if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 460800) // 360p video:640*360 in RcCalculateIdrQp()
702 if ((pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight / pWelsSvcRc->iNumberMbGom) == in RcJudgeBaseUsability()
703 (pDlpBase->iVideoWidth * pDlpBase->iVideoHeight / pWelsSvcRc_Base->iNumberMbGom)) in RcJudgeBaseUsability()
Dwels_preprocess.cpp176 const int32_t kiPicHeight = pParam->sSpatialLayers[iDlayerIndex].iVideoHeight; in AllocSpatialPictures()
365 iTargetHeight = pDlayerParam->iVideoHeight; in SingleLayerPreprocess()
449 iTargetHeight = pDlayerParam->iVideoHeight; in SingleLayerPreprocess()
/third_party/openh264/codec/api/wels/
Dcodec_app_def.h457 int iVideoHeight; ///< height of picture in luminance samples of a layer member
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h457 int iVideoHeight; ///< height of picture in luminance samples of a layer member
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c259 param.sSpatialLayers[0].iVideoHeight = param.iPicHeight; in svc_encode_init()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp550 pSpatialCfg->iVideoHeight, in TraceParamInfo()
796 (sEncodingParam.sSpatialLayers[sEncodingParam.iSpatialLayerNum - 1].iVideoHeight != in SetOption()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp809 enc_params.sSpatialLayers[0].iVideoHeight = enc_params.iPicHeight; in gst_openh264enc_set_format()