Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c400 MS_S32 interlace_h = pConfig->nBufHeight; in h264AllocDRAM() local
402 interlace_h = interlace_h/2; in h264AllocDRAM()
404 sizeY = CEILING_ALIGN(interlace_h,32)*pConfig->nBufWidth; in h264AllocDRAM()
405 sizeC = CEILING_ALIGN(interlace_h,64)*pConfig->nBufWidth/2; in h264AllocDRAM()