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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 695 IMG_UINT32 BUs;
720 BUs = MBsperSlice / ctx->sRCParams.BUSize;
721 if ((BUs * ctx->sRCParams.BUSize) != MBsperSlice) {
725 if (BUs > 200) {
729 BUs = MBsLastSlice / ctx->sRCParams.BUSize;
730 if (BUs > 200) {
738 IMG_UINT32 BUs, BUsperSlice, BUsLastSlice;
755 BUs = MBs / ctx->sRCParams.BUSize;
756 while (BUs*ctx->sRCParams.BUSize != MBs) {
758 BUs = MBs / ctx->sRCParams.BUSize
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]

Completed in 73 milliseconds