Lines Matching defs:wrap
56 const int wrap = s->b8_stride;
89 s->current_picture.motion_val[0][xy + wrap][0] = motion_x;
90 s->current_picture.motion_val[0][xy + wrap][1] = motion_y;
91 s->current_picture.motion_val[0][xy + 1 + wrap][0] = motion_x;
92 s->current_picture.motion_val[0][xy + 1 + wrap][1] = motion_y;
193 int wrap;
197 wrap = s->b8_stride;
209 C = mot_val[off[block] - wrap];
223 C = mot_val[off[block] - wrap];
231 B = mot_val[ - wrap];
232 C = mot_val[off[block] - wrap];
240 B = mot_val[ - wrap];
241 C = mot_val[off[block] - wrap];