Searched refs:LayerWidth (Results 1 – 2 of 2) sorted by relevance
498 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()521 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()616 temp_w = ((video->encParams->LayerWidth[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()917 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */ in PVInitVideoEncoder()1191 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()1489 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeVideoFrame()1759 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeFrameSet()2032 width = encData->encParams->LayerWidth[0]; in PVGetH263ProfileLevelID()3026 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()3143 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
180 Int LayerWidth[4]; /* Encoded Width */ member