Searched refs:LayerHeight (Results 1 – 2 of 2) sorted by relevance
487 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()508 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()606 temp_h = video->encParams->LayerHeight[idx]; in PVInitVideoEncoder()880 pVol->height = pEncParams->LayerHeight[idx]; /* Layer Height */ in PVInitVideoEncoder()1456 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeVideoFrame()1726 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeFrameSet()1999 height = encData->encParams->LayerHeight[0]; in PVGetH263ProfileLevelID()2993 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()3110 height16 = ((video->encParams->LayerHeight[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
182 Int LayerHeight[4]; /* Encoded Height */ member