Home | History | Annotate | Download | only in src

Lines Matching refs:mbc

36     int br, bc, incr, mbr, mbc;
70 for (mbc = 0; mbc < pp_w; mbc += 2)
76 /* brwidth/4 is the macroblock number and mbc/2 is the macroblock col number*/
77 QP = QP_store[(brwidth>>2) + (mbc>>1)];
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks */
408 for (bc = mbc; bc < mbc + 2; bc++)
556 }/*mbc*/