Home | History | Annotate | Download | only in unit_test

Lines Matching refs:yw

1308   int yw = benchmark_width_;
1313 int y_plane_size = (yw + b * 2) * (yh + b * 2);
1325 for (j = b; j < (yw + b); ++j) {
1326 orig_y[i * (yw + b * 2) + j] = random() & 0xff;
1337 int y_off = b * (yw + b * 2) + b;
1339 int y_st = yw + b * 2;
1346 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh);
1354 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh);