Searched refs:kiMaxHeight (Results 1 – 2 of 2) sorted by relevance
104 …ialDqLayersContext (PWelsDecoderContext pCtx, const int32_t kiMaxWidth, const int32_t kiMaxHeight);
1490 …alDqLayersContext (PWelsDecoderContext pCtx, const int32_t kiMaxWidth, const int32_t kiMaxHeight) { in InitialDqLayersContext() argument1492 …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()