Home | History | Annotate | Download | only in unit_test

Lines Matching refs:orig_y

1315   align_buffer_64(orig_y, y_plane_size);
1319 memset(orig_y, 0, y_plane_size);
1326 orig_y[i * (yw + b * 2) + j] = random() & 0xff;
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);
1363 free_aligned_buffer_64(orig_y);