Searched defs:BUs (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.c695 IMG_UINT32 BUs; local
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; local
755 BUs = MBs / ctx->sRCParams.BUSize;
756 while (BUs*ctx->sRCParams.BUSize != MBs) {
758 BUs
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c1124 IMG_UINT32 BUs; local
1152 BUs = MBsperSlice / ctx->sRCParams.BUSize;
1153 if ((BUs * ctx->sRCParams.BUSize) != MBsperSlice) {
1159 BUs = MBsLastSlice / ctx->sRCParams.BUSize;
1160 if ((BUs * ctx->sRCParams.BUSize) != MBsLastSlice) {
1167 // check if the number of BUs per pipe is greater than 200
1194 /* Check number of BUs to be encoded on one pipe is less than maximum number allowed 200 */
1204 /* Check whether there are integeral number of BUs in the slices */

Completed in 24 milliseconds