Searched refs:nMbCount (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | bufmng.c | 115 int nMbCount; in m4veAllocDRAM() local 119 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM() 125 …MMAPMalloc((MFE_U32*)&pConfig->dram_ptr, pBufEnd, nMbCount*16, &pBufInfo->m_nMvStoreAddr, 8,"Mbcou… in m4veAllocDRAM()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | bufmng.c | 130 MS_S32 nMbCount; in m4veAllocDRAM() local 134 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM() 140 …MMAPMalloc(&pConfig->dram_ptr, pBufEnd, nMbCount*16, &pBufInfo->m_nMvStoreAddr, 8UL, (const MS_S8*… in m4veAllocDRAM()
|
| H A D | parset.c | 1139 MS_S32 nMbCount = ((pConfig->nDispWidth+15)>>4) * ((pConfig->nDispHeight+15)>>4); in DummySliceHeaderAndData() local 1168 len += ue_v((MS_S8*)("SD: mb_skip_run"), nMbCount, bitstream); in DummySliceHeaderAndData()
|