Searched refs:CEILING_ALIGN (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 479 #define CEILING_ALIGN(value, align) (((MS_U32)(value)+((align)-1UL)) & ~((align)-1UL)) macro 518 nHvdWidth = CEILING_ALIGN(nSrcWidth, 16); in ConvertYV12ToHVDTile() 519 nHvdHeight = CEILING_ALIGN(nSrcHeight, 32); in ConvertYV12ToHVDTile() 522 nHvdWidth = CEILING_ALIGN(nSrcWidth<<1, 16); // U,V interleave in ConvertYV12ToHVDTile() 523 nHvdHeight = CEILING_ALIGN(nSrcHeight, 32); in ConvertYV12ToHVDTile()
|
| H A D | madp_mfe.c | 132 #define CEILING_ALIGN(value, align) (((MS_U32)(value)+((align)-1UL)) & ~((align)-1UL)) macro 263 MsOS_Dcache_Flush(Vaddr, CEILING_ALIGN(bitsinfo.size, 16UL)); in MAdp_MFE_Proc_nonThread() 735 MS_S32 DstSizeY = CEILING_ALIGN(appPVR_Info->nBufHeight,32)*appPVR_Info->nBufWidth; in _MApi_MFE_Init() 736 MS_S32 DstSizeUV = CEILING_ALIGN(appPVR_Info->nBufHeight,64)*appPVR_Info->nBufWidth/2; in _MApi_MFE_Init() 739 … MS_S32 DstSizeY = CEILING_ALIGN(appPVR_Info->nBufHeight/2,32)*appPVR_Info->nBufWidth; in _MApi_MFE_Init() 740 … MS_S32 DstSizeUV = CEILING_ALIGN(appPVR_Info->nBufHeight/2,64)*appPVR_Info->nBufWidth/2; in _MApi_MFE_Init()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | bufmng.c | 89 #define CEILING_ALIGN(value, align) (((MS_U32)(value)+((align)-1UL)) & ~((align)-1UL)) macro 404 sizeY = CEILING_ALIGN(interlace_h,32)*pConfig->nBufWidth; in h264AllocDRAM() 405 sizeC = CEILING_ALIGN(interlace_h,64)*pConfig->nBufWidth/2; in h264AllocDRAM()
|
| H A D | mfe_common.c | 96 #define CEILING_ALIGN(value, align) (((MS_U32)(value)+((align)-1UL)) & ~((align)-1UL)) macro 825 bytes_in_picture = (CEILING_ALIGN(bit_count,0x8) / 8); in MfeDrvCabacStuffingReport()
|