Lines Matching refs:mb_y
44 const int mb_y = sl->mb_y;
56 dest_y = h->cur_pic.f->data[0] + ((mb_x << PIXEL_SHIFT) + mb_y * sl->linesize) * 16;
57 dest_cb = h->cur_pic.f->data[1] + (mb_x << PIXEL_SHIFT) * 8 + mb_y * sl->uvlinesize * block_h;
58 dest_cr = h->cur_pic.f->data[2] + (mb_x << PIXEL_SHIFT) * 8 + mb_y * sl->uvlinesize * block_h;
69 if (mb_y & 1) { // FIXME move out of this function?
81 fill_rectangle(ref, 4, 4, 8, (16 + *ref) ^ (sl->mb_y & 1), 1);
87 8, (16 + ref) ^ (sl->mb_y & 1), 1);
259 const int mb_y = sl->mb_y;
271 ((mb_x << PIXEL_SHIFT) + mb_y * sl->linesize) * 16;
281 if (mb_y & 1) // FIXME move out of this function?
291 fill_rectangle(ref, 4, 4, 8, (16 + *ref) ^ (sl->mb_y & 1), 1);
297 8, (16 + ref) ^ (sl->mb_y & 1), 1);