439
440
for (b=0; b<b_max; b++) {
440
441
int x_off = b==1 || b==3 ? 8 : 0;
441
442
int y_off = b==2 || b==3 ? 8 : 0;
443
444
vp56_mc(s, b, plane, frame_ref->data[plane], s->stride[plane],
444
445
16*col+x_off, 16*row+y_off);
446
447
s->stride[plane], s->block_coeff[b]);