Searched refs:ui32SliceHeight (Results 1 – 2 of 2) sorted by relevance
185 IMG_UINT32 ui32SliceHeight; in tng_fill_slice_map() local192 ui32SliceHeight = (ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture) & ~15; in tng_fill_slice_map()198 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()210 ui32SliceHeight = ctx->ui16PictureHeight - ui32SliceHeight * (ctx->ui8SlicesPerPicture - 1); in tng_fill_slice_map()212 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()
2295 IMG_UINT32 ui32SliceHeight = 0; in tng__generate_slice_params_template() local2300 ui32SliceHeight = ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture; in tng__generate_slice_params_template()2304 ui32SliceHeight &= ~15; in tng__generate_slice_params_template()2307 …v_debug_msg(VIDEO_DEBUG_GENERAL, "%s PTG ui32SliceHeight = %x\n", __FUNCTION__, ui32SliceHeight ); in tng__generate_slice_params_template()2316 ui32SliceHeight, in tng__generate_slice_params_template()