Searched defs:ro270_y (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
H A Drotate_test.cc725 uint8 *ro270_y, *ro270_u, *ro270_v; local
752 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
792 ro270_y+y_off_90, y_st_90,
798 I420Rotate(ro270_y+y_off_90, y_st_90,
828 free(ro270_y);
840 uint8 *ro270_y, *ro270_u, *ro270_v; local
867 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
898 ro270_y+y_off_90, y_st_90,
904 I420Rotate(ro270_y+y_off_90, y_st_90,
943 free(ro270_y);
1055 uint8 *ro270_y, *ro270_u, *ro270_v; local
[all...]

Completed in 21 milliseconds