Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c3242 IMG_INT32 i32SliceHeight; in tng__validate_busize() local
3247 i32SliceHeight = ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture; in tng__validate_busize()
3248 i32SliceHeight &= ~15; in tng__validate_busize()
3250 ui32MBsperSlice = (i32SliceHeight * ctx->ui16Width) / (16 * 16); in tng__validate_busize()