Searched defs:ui32MBsperSlice (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c3240 IMG_UINT32 ui32MBs, ui32MBsperSlice, ui32MBsLastSlice; local
3250 ui32MBsperSlice = (i32SliceHeight * ctx->ui16Width) / (16 * 16);
3251 ui32MBsLastSlice = ui32MBs - (ui32MBsperSlice * (ctx->ui8SlicesPerPicture - 1));
3259 if (ctx->ui32BasicUnit > ui32MBsperSlice) {
3261 drv_debug_msg(VIDEO_DEBUG_GENERAL, " must not be greater than the number of macroblocks in a slice (%d)\n", ui32MBsperSlice);
3270 ui32BUs = ui32MBsperSlice / ctx->ui32BasicUnit;
3271 if ((ui32BUs * ctx->ui32BasicUnit) != ui32MBsperSlice) {
3273 ctx->ui32BasicUnit, ui32MBsperSlice);
3286 ui32MaxMBsPerPipe = (ui32MBsperSlice * (ui32MaxSlicesPerPipe - 1)) + ui32MBsLastSlice;

Completed in 12 milliseconds