Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h79 int8_t (*pNzcRs)[24]; member
Ddecoder_context.h356 int8_t (*pNzcRs[LAYER_NUM_EXCHANGEABLE])[24]; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1552 …pCtx->sMb.pNzcRs[i] = (int8_t (*)[24])pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb.iMbHeight *… in InitialDqLayersContext()
1607 (NULL == pCtx->sMb.pNzcRs[i]) || in InitialDqLayersContext()
1711 if (pCtx->sMb.pNzcRs[i]) { in UninitialDqLayersContext()
1712 pMa->WelsFree (pCtx->sMb.pNzcRs[i], "pCtx->sMb.pNzcRs[]"); in UninitialDqLayersContext()
1714 pCtx->sMb.pNzcRs[i] = NULL; in UninitialDqLayersContext()
2463 pCurDq->pNzcRs = pCtx->sMb.pNzcRs[0]; in InitCurDqLayerData()