Home
last modified time | relevance | path

Searched refs:kiMaxHeight (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_core.h104 …ialDqLayersContext (PWelsDecoderContext pCtx, const int32_t kiMaxWidth, const int32_t kiMaxHeight);
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1490 …alDqLayersContext (PWelsDecoderContext pCtx, const int32_t kiMaxWidth, const int32_t kiMaxHeight) { in InitialDqLayersContext() argument
1492 …WELS_VERIFY_RETURN_IF (ERR_INFO_INVALID_PARAM, (NULL == pCtx || kiMaxWidth <= 0 || kiMaxHeight <= … in InitialDqLayersContext()
1494 pCtx->sMb.iMbHeight = (kiMaxHeight + 15) >> 4; in InitialDqLayersContext()
1497 && kiMaxHeight <= pCtx->iPicHeightReq) // have same dimension memory, skipped in InitialDqLayersContext()
1630 pCtx->iPicHeightReq = kiMaxHeight; in InitialDqLayersContext()