Home | History | Annotate | Download | only in src

Lines Matching refs:MBsLastSlice

1123         IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
1135 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1146 if (ctx->sRCParams.BUSize > MBsLastSlice) {
1159 BUs = MBsLastSlice / ctx->sRCParams.BUSize;
1160 if ((BUs * ctx->sRCParams.BUSize) != MBsLastSlice) {
1169 MaxMBsPerPipe = (MBsperSlice * (MaxSlicesPerPipe - 1)) + MBsLastSlice;
1179 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
1192 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1196 MaxMBsPerPipe = (MBsperSlice * (MaxSlicesPerPipe - 1)) + MBsLastSlice;
1206 BUsLastSlice = MBsLastSlice / BUSize;
1208 (BUsLastSlice*BUSize != MBsLastSlice)) {
1211 BUsLastSlice = MBsLastSlice / BUSize;