Lines Matching refs:orig_y
1349 align_buffer_page_end(orig_y, y_plane_size); in TEST_F()
1353 memset(orig_y, 0, y_plane_size); in TEST_F()
1360 orig_y[i * (yw + b * 2) + j] = fastrand() & 0xff; in TEST_F()
1379 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F()
1385 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F()
1393 free_aligned_buffer_page_end(orig_y); in TEST_F()
2044 align_buffer_page_end(orig_y, y_plane_size * 3); in TestHalfFloatPlane()
2045 uint8* dst_opt = orig_y + y_plane_size; in TestHalfFloatPlane()
2046 uint8* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane()
2048 MemRandomize(orig_y, y_plane_size); in TestHalfFloatPlane()
2053 reinterpret_cast<uint16*>(orig_y)[i] &= mask; in TestHalfFloatPlane()
2059 HalfFloatPlane(reinterpret_cast<uint16*>(orig_y), benchmark_width * 2, in TestHalfFloatPlane()
2067 HalfFloatPlane(reinterpret_cast<uint16*>(orig_y), benchmark_width * 2, in TestHalfFloatPlane()
2081 free_aligned_buffer_page_end(orig_y); in TestHalfFloatPlane()