Home | History | Annotate | Download | only in src

Lines Matching defs:x_pos

120     int x_pos = video->mb_x;
127 curL = currPic->Sl + offset + (x_pos << 4);
130 offset += (x_pos << 3);
181 DeblockMb(video, x_pos, y_pos, pred_block + 84, pred_block + 452, pred_block + 596);
206 if (x_pos) /* find the width */
211 if (x_pos == (int)(video->PicWidthInMbs - 1))
248 if (x_pos != (int)(video->PicWidthInMbs - 1)) /* now copy from the right-most 4 columns to the left-most 4 columns */
277 DeblockMb(video, x_pos, y_pos, curL, curCb, curCr);