Searched refs:interlace_h (Results 1 – 1 of 1) sorted by relevance
400 MS_S32 interlace_h = pConfig->nBufHeight; in h264AllocDRAM() local402 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()