Home | History | Annotate | Download | only in mrst

Lines Matching defs:MBs

694         IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
698 MBs = ctx->Height * ctx->Width / (16 * 16);
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
737 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
741 MBs = ctx->Height * ctx->Width / (16 * 16);
748 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
750 /* we have to verify that MBs is divisiable by BU AND that BU is > pipeline length */
755 BUs = MBs / ctx->sRCParams.BUSize;
756 while (BUs*ctx->sRCParams.BUSize != MBs) {
758 BUs = MBs / ctx->sRCParams.BUSize;
1021 psPicParams->sInParams.ForceSkipMargin = 500;/* start skipping MBs when within 500 bits of slice or frame limit */
1401 /* DDKv145: 3 lsb of threshold used as spacing between AIR MBs */