Searched refs:LayerWidth (Results 1 – 2 of 2) sorted by relevance
495 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()515 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()612 temp_w = video->encParams->LayerWidth[idx]; in PVInitVideoEncoder()912 pVol->width = pEncParams->LayerWidth[idx]; /* Layer Width */ in PVInitVideoEncoder()1186 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()1488 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeVideoFrame()1758 width = encParams->LayerWidth[currLayer]; /* Get input width */ in PVEncodeFrameSet()2031 width = encData->encParams->LayerWidth[0]; in PVGetH263ProfileLevelID()3025 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()3142 width16 = ((video->encParams->LayerWidth[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
179 Int LayerWidth[4]; /* Encoded Width */ member