Searched refs:LayerHeight (Results 1 – 2 of 2) sorted by relevance
497 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()521 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()617 temp_h = ((video->encParams->LayerHeight[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()918 pVol->height = pEncParams->LayerHeight[idx]; /* Layer Height */ in PVInitVideoEncoder()1490 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeVideoFrame()1760 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeFrameSet()2033 height = encData->encParams->LayerHeight[0]; in PVGetH263ProfileLevelID()3027 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()3144 height16 = ((video->encParams->LayerHeight[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
181 Int LayerHeight[4]; /* Encoded Height */ member