Searched refs:kiPicHeight (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 59 …cture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiPicHeight); 64 const int32_t kiPicWidth, const int32_t kiPicHeight) { in CreatePicBuff() argument 68 if (kiSize <= 0 || kiPicWidth <= 0 || kiPicHeight <= 0) { in CreatePicBuff() 89 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in CreatePicBuff() 108 … const int32_t kiPicWidth, const int32_t kiPicHeight, const int32_t kiNewSize) { in IncreasePicBuff() argument 112 if (kiOldSize <= 0 || kiNewSize <= 0 || kiPicWidth <= 0 || kiPicHeight <= 0) { in IncreasePicBuff() 133 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in IncreasePicBuff() 170 … const int32_t kiPicWidth, const int32_t kiPicHeight, const int32_t kiNewSize) { in DecreasePicBuff() argument 174 if (kiOldSize <= 0 || kiNewSize <= 0 || kiPicWidth <= 0 || kiPicHeight <= 0) { in DecreasePicBuff() 465 const int32_t kiPicHeight = kiMbHeight << 4; in WelsRequestMem() local [all …]
|
D | pic_queue.cpp | 62 …ture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiPicHeight) { in AllocPicture() argument 79 iPicHeight = WELS_ALIGN (kiPicHeight + (PADDING_LENGTH << 1), PICTURE_RESOLUTION_ALIGNMENT); in AllocPicture() 107 pPic->iHeightInPixel = kiPicHeight; in AllocPicture() 112 uint32_t uiMbHeight = (kiPicHeight + 15) >> 4; in AllocPicture()
|
D | decode_slice.cpp | 57 …cture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiPicHeight);
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 176 const int32_t kiPicWidth, const int32_t kiPicHeight) { in SliceArgumentValidationFixedSliceMode() argument 180 const int32_t iMbHeight = (kiPicHeight + 15) >> 4; in SliceArgumentValidationFixedSliceMode() 498 int32_t kiPicHeight = pSpatialLayer->iVideoHeight; in ParamValidationExt() local 506 && (kiPicWidth == 0) && (kiPicHeight == 0) in ParamValidationExt() 509 kiPicHeight = pSpatialLayer->iVideoHeight = pCodingParam->iPicHeight; in ParamValidationExt() 515 …if ((kiPicWidth <= 0) || (kiPicHeight <= 0) || (kiPicWidth * kiPicHeight > (MAX_MBS_PER_FRAME << 8… in ParamValidationExt() 518 (MAX_MBS_PER_FRAME << 8), kiPicWidth, kiPicHeight); in ParamValidationExt() 521 if ((kiPicWidth & 0x0F) != 0 || (kiPicHeight & 0x0F) != 0) { in ParamValidationExt() 524 i, kiPicWidth, kiPicHeight); in ParamValidationExt() 541 if (kiPicWidth <= 16 && kiPicHeight <= 16) { in ParamValidationExt() [all …]
|
D | wels_preprocess.cpp | 176 const int32_t kiPicHeight = pParam->sSpatialLayers[iDlayerIndex].iVideoHeight; in AllocSpatialPictures() local 183 SPicture* pPic = AllocPicture (pMa, kiPicWidth, kiPicHeight, false, 0); in AllocSpatialPictures()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_context.h | 144 const int32_t kiPicHeight);
|