Home | History | Annotate | Download | only in src

Lines Matching refs:y_pos

38     int y_pos = (video->mb_y) << 4;
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
47 ((y_pos >> 4) != (int)video->PicHeightInMbs - 1) &&
67 offset = (y_pos >> 2) * picPitch + (x_pos >> 1);
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch);
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
119 int y_pos = (video->mb_y) << 4;
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
212 int y_pos = (video->mb_y) << 4;
215 int offset = y_pos * pitch + x_pos;
1369 int y_pos = video->mb_y << 3;
1371 int offset = y_pos * pitch + x_pos;
1677 offset = x_pos + y_pos * org_pitch;