Home | History | Annotate | Download | only in src

Lines Matching refs:mb_x

37     int x_pos = (video->mb_x) << 4;
118 int x_pos = (video->mb_x) << 4;
211 int x_pos = (video->mb_x) << 4;
636 int x = video->mb_x << 4;
1368 int x_pos = video->mb_x << 3;
2018 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
2125 offset = (offset >> 2) + (video->mb_x << 2);