Home | History | Annotate | Download | only in encoder

Lines Matching defs:mb_col

911         int mb_col = -1;
913 while (++mb_col < pc->mb_cols)
923 xd->mb_to_left_edge = -((mb_col * 16) << 3);
924 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
1081 int mb_col = -1;
1083 while (++mb_col < c->mb_cols)