Lines Matching defs:current_mba
57 int current_mba;
152 h->current_mba = 0;
394 h->current_mba += h->mba_diff;
396 if (h->current_mba > MBA_STUFFING)
399 s->mb_x = ((h->gob_number - 1) % 2) * 11 + ((h->current_mba - 1) % 11);
400 s->mb_y = ((h->gob_number - 1) / 2) * 3 + ((h->current_mba - 1) / 11);
431 if ((h->current_mba == 1) || (h->current_mba == 12) ||
432 (h->current_mba == 23) || (h->mba_diff != 1)) {
561 while (h->current_mba <= MBA_STUFFING) {
567 h261_decode_mb_skipped(h, h->current_mba, 33);
576 h->current_mba - h->mba_diff,
577 h->current_mba - 1);