Home | History | Annotate | Download | only in src

Lines Matching defs:x_pos

37     int x_pos = (video->mb_x) << 4;
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
46 if (((x_pos >> 4) != (int)video->PicWidthInMbs - 1) &&
67 offset = (y_pos >> 2) * picPitch + (x_pos >> 1);
118 int x_pos = (video->mb_x) << 4;
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
211 int x_pos = (video->mb_x) << 4;
215 int offset = y_pos * pitch + x_pos;
1368 int x_pos = video->mb_x << 3;
1371 int offset = y_pos * pitch + x_pos;
1677 offset = x_pos + y_pos * org_pitch;