Home
last modified time | relevance | path

Searched refs:iVideoWidth (Results 1 – 16 of 16) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp149 pParamExt->sSpatialLayers[0].iVideoWidth = pParamExt->iPicWidth; in InitializeParamExt()
658 sEncParamExt.sSpatialLayers[iNum].iVideoWidth = sEncParamExt.iPicWidth / iScale; in TEST_F()
660 …EncParamExt.sSpatialLayers[iNum].iSpatialBitrate = (sEncParamExt.sSpatialLayers[iNum].iVideoWidth * in TEST_F()
743 sEncParamExt.sSpatialLayers[0].iVideoWidth = sEncParamExt.iPicWidth; in TEST_F()
834 pParamExt->iPicWidth = pParamExt->sSpatialLayers[0].iVideoWidth = sEncParamBase.iPicWidth; in ChangeResolutionAndCheckStatistics()
968 sEncParamExt.sSpatialLayers[0].iVideoWidth = 360; in TEST_F()
975 pParamExt->iPicWidth = sEncParamExt.sSpatialLayers[0].iVideoWidth; in TEST_F()
1032 sEncParamExt.sSpatialLayers[0].iVideoWidth = 90; in TEST_F()
1039 sEncParamExt.sSpatialLayers[1].iVideoWidth = 180; in TEST_F()
1046 sEncParamExt.sSpatialLayers[2].iVideoWidth = 360; in TEST_F()
[all …]
DEncUT_SliceBufferReallocate.cpp55 pDqLayer->iMbWidth = (pLayerCfg->iVideoWidth + 15) >> 4; in AllocateLayerBuffer()
70 int32_t iMBWidth = (pLayerCfg->iVideoWidth + 15) >> 4; in SetPartitonMBNum()
98 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitParamForSizeLimitSlcMode()
120 int32_t iMBWidth = (pLayerCfg->iVideoWidth + 15) >> 4; in InitParamForRasterSlcMode()
263 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitFrameBsBuffer()
329 …pLayerCfg->iVideoWidth = pCtx->pSvcParam->iPicWidth >> (pCtx->pSvcParam->iSpatialLayerNum - 1 - i… in InitLayerSliceBuffer()
332 …iMaxFrameRate = 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.h264 pDlp->iActualWidth = sSpatialLayers[iIdxSpatial].iVideoWidth = iPicWidth; in ParamBaseTranscode()
410 … pSpatialLayer->iVideoWidth = WELS_CLIP3 (pCodingParam.sSpatialLayers[iIdxSpatial].iVideoWidth, 0, in ParamTranscode()
421 if (pSpatialLayer->iVideoWidth == 0) { in ParamTranscode()
422 pSpatialLayer->iVideoWidth = iPicWidth; in ParamTranscode()
477 pDlayerInternal->iActualWidth = pDlayer->iVideoWidth; in SetActualPicResolution()
479 pDlayer->iVideoWidth = WELS_ALIGN (pDlayerInternal->iActualWidth, MB_WIDTH_LUMA); in SetActualPicResolution()
/third_party/openh264/module/
Dgmp-openh264.cpp260 layer->iVideoWidth = static_cast<uint32_t>(width_mb * 16 * scale); in InitEncode()
263 << ", turned to be " << layer->iVideoWidth << " x " << layer->iVideoHeight); in InitEncode()
265 layer->iVideoWidth = codecSettings.mWidth; in InitEncode()
268 if (layer->iVideoWidth < 16) { in InitEncode()
269 layer->iVideoWidth = 16; in InitEncode()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp153 pDLayer->iVideoWidth = atoi (strTag[1].c_str()); in ParseLayerConfig()
597 pDLayer->iVideoWidth = atoi (argv[n++]); in ParseCommandLine()
699 sParam.sSpatialLayers[iIndexLayer].iVideoWidth = 160; in FillSpecificParameters()
708 sParam.sSpatialLayers[iIndexLayer].iVideoWidth = 320; in FillSpecificParameters()
717 sParam.sSpatialLayers[iIndexLayer].iVideoWidth = 640; in FillSpecificParameters()
727 sParam.sSpatialLayers[iIndexLayer].iVideoWidth = 1280; in FillSpecificParameters()
839 sSvcParam.iPicWidth = WELS_MAX (sSvcParam.iPicWidth, pDLayer->iVideoWidth); in ProcessEncoding()
/third_party/openh264/test/api/
Dencode_options_test.cpp115 …pSpatialLayer->iVideoWidth = WelsClip3 ((((rand() % MAX_WIDTH) >> 1) + 1) << 1, 2, MAX_WI… in RandomParamExtCombination()
181 pSpatialLayer->iVideoWidth = param_.iPicWidth >> (param_.iSpatialLayerNum - 1 - iSpatialIdx); in ValidateParamExtCombination()
1197 sParam2.sSpatialLayers[0].iVideoWidth = (sParam1.sSpatialLayers[0].iVideoWidth / 2); in TEST_F()
1343 param_.sSpatialLayers[0].iVideoWidth = p.iWidth; in TEST_P()
1584 sParam.sSpatialLayers[0].iVideoWidth = (iWidth >> 2); in TEST_F()
1589 sParam.sSpatialLayers[1].iVideoWidth = (iWidth >> 1); in TEST_F()
1595 sParam.sSpatialLayers[2].iVideoWidth = iWidth; in TEST_F()
1658 sParam.sSpatialLayers[0].iVideoWidth = (iWidth >> 2); in TEST_F()
1663 sParam.sSpatialLayers[1].iVideoWidth = iWidth; in TEST_F()
1727 sParam.sSpatialLayers[0].iVideoWidth = iWidth; in TEST_F()
[all …]
DBaseEncoderTest.cpp43 …param.sSpatialLayers[i].iVideoWidth = pEncParamExt->iPicWidth >> (param.iSpatialLayerNum - 1 … in InitWithParam()
Dencode_decode_api_test.cpp25 pParam->sSpatialLayers[i].iVideoWidth = width >> (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()
491 pSps->iMbWidth = (pLayerParam->iVideoWidth + 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()
497 int32_t kiPicWidth = pSpatialLayer->iVideoWidth; in ParamValidationExt()
508 kiPicWidth = pSpatialLayer->iVideoWidth = pCodingParam->iPicWidth; in ParamValidationExt()
512 pSpatialLayer->iVideoWidth, pSpatialLayer->iVideoHeight); in ParamValidationExt()
919 iMbWidth = ((*ppCtx)->pSvcParam->sSpatialLayers[i].iVideoWidth + 15) >> 4; in InitMbListD()
1039 const int32_t kiWidth = pParam->sSpatialLayers[iDlayerIndex].iVideoWidth; in InitDqLayers()
1070 const int32_t kiMbW = (pDlayer->iVideoWidth + 0x0f) >> 4; in InitDqLayers()
1129 …int32_t iReturn = RequestFeatureSearchPreparation (pMa, pDlayer->iVideoWidth, pDlayer->iVideoHeigh… in InitDqLayers()
1265 const int32_t kiTmpWidth = (pParam->sSpatialLayers[iSpatialIdx].iVideoWidth + 15) >> 4; in AllocStrideTables()
[all …]
Dratectl.cpp115 iMbWidth = (pDLayerParam->iVideoWidth >> 4); in RcInitSequenceParameter()
401 …if (pDLayerParamInternal->fOutputFrameRate > EPSN && pDLayerParam->iVideoWidth && pDLayerParam->iV… in RcCalculateIdrQp()
403 pDLayerParam->iVideoWidth * in RcCalculateIdrQp()
408 if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 28800) // 90p video:160*90 in RcCalculateIdrQp()
410 else if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 115200) // 180p video:320*180 in RcCalculateIdrQp()
412 else if (pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight <= 460800) // 360p video:640*360 in RcCalculateIdrQp()
673 if ((pDLayerParam->iVideoWidth * pDLayerParam->iVideoHeight / pWelsSvcRc->iNumberMbGom) == in RcJudgeBaseUsability()
674 (pDlpBase->iVideoWidth * pDlpBase->iVideoHeight / pWelsSvcRc_Base->iNumberMbGom)) in RcJudgeBaseUsability()
Dwels_preprocess.cpp175 const int32_t kiPicWidth = pParam->sSpatialLayers[iDlayerIndex].iVideoWidth; in AllocSpatialPictures()
364 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess()
448 iTargetWidth = pDlayerParam->iVideoWidth; in SingleLayerPreprocess()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h456 int iVideoWidth; ///< width of picture in luminance samples of a layer member
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c258 param.sSpatialLayers[0].iVideoWidth = param.iPicWidth; in svc_encode_init()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp549 i, pSpatialCfg->iVideoWidth, in TraceParamInfo()
794 if ((sEncodingParam.sSpatialLayers[sEncodingParam.iSpatialLayerNum - 1].iVideoWidth != in SetOption()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp808 enc_params.sSpatialLayers[0].iVideoWidth = enc_params.iPicWidth; in gst_openh264enc_set_format()