Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h116 } SUsedPicRect; // the rect in input picture that encoder actually used member
220 SUsedPicRect.iLeft = in FillDefault()
221 SUsedPicRect.iTop = in FillDefault()
222 SUsedPicRect.iWidth = in FillDefault()
223 SUsedPicRect.iHeight = 0; // the rect in input picture that encoder actually used in FillDefault()
241 SUsedPicRect.iLeft = 0; in ParamBaseTranscode()
242 SUsedPicRect.iTop = 0; in ParamBaseTranscode()
243 SUsedPicRect.iWidth = ((iPicWidth >> 1) * (1 << 1)); in ParamBaseTranscode()
244 SUsedPicRect.iHeight = ((iPicHeight >> 1) * (1 << 1)); in ParamBaseTranscode()
299 SUsedPicRect.iLeft = 0; in ParamTranscode()
[all …]
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp149 pSvcParam->SUsedPicRect.iLeft = 0; in WelsPreprocessReset()
150 pSvcParam->SUsedPicRect.iTop = 0; in WelsPreprocessReset()
151 pSvcParam->SUsedPicRect.iWidth = iWidth; in WelsPreprocessReset()
152 pSvcParam->SUsedPicRect.iHeight = iHeight; in WelsPreprocessReset()
235 … if ((iWidth != pSvcParam->SUsedPicRect.iWidth) || (iHeight != pSvcParam->SUsedPicRect.iHeight)) { in BuildSpatialPicList()
367 iSrcWidth = pSvcParam->SUsedPicRect.iWidth; in SingleLayerPreprocess()
368 iSrcHeight = pSvcParam->SUsedPicRect.iHeight; in SingleLayerPreprocess()
483 const int32_t kiInputPicWidth = pParam->SUsedPicRect.iWidth; in JudgeNeedOfScaling()
484 const int32_t kiInputPicHeight = pParam->SUsedPicRect.iHeight; in JudgeNeedOfScaling()
517 pScaledPicture->pScaledInputPicture = AllocPicture (pMemoryAlign, pParam->SUsedPicRect.iWidth, in WelsInitScaledPic()
[all …]
Dencoder_ext.cpp4196 (pOldParam->SUsedPicRect.iWidth != pNewParam->SUsedPicRect.iWidth in WelsEncoderParamAdjust()
4197 || pOldParam->SUsedPicRect.iHeight != pNewParam->SUsedPicRect.iHeight) || in WelsEncoderParamAdjust()
4215 pOldParam->SUsedPicRect.iWidth, pNewParam->SUsedPicRect.iWidth, in WelsEncoderParamAdjust()
4216 pOldParam->SUsedPicRect.iHeight, pNewParam->SUsedPicRect.iHeight); in WelsEncoderParamAdjust()