Home
last modified time | relevance | path

Searched refs:ui32MBsperSlice (Results 1 – 1 of 1) sorted by relevance

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