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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 694 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
704 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
712 if (ctx->sRCParams.BUSize > MBsperSlice) {
720 BUs = MBsperSlice / ctx->sRCParams.BUSize;
721 if ((BUs * ctx->sRCParams.BUSize) != MBsperSlice) {
737 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
747 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
748 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
762 BUsperSlice = MBsperSlice / ctx->sRCParams.BUSize
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]

Completed in 426 milliseconds