HomeSort by relevance Sort by last modified time
    Searched refs:ui32SliceHeight (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
tng_hostair.c 185 IMG_UINT32 ui32SliceHeight;
192 ui32SliceHeight = (ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture) & ~15;
198 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
210 ui32SliceHeight = ctx->ui16PictureHeight - ui32SliceHeight * (ctx->ui8SlicesPerPicture - 1);
212 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
    [all...]
tng_hostcode.c     [all...]

Completed in 79 milliseconds