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

/external/libyuv/files/unit_test/
H A Drotate_test.cc724 uint8 *ro90_y, *ro90_u, *ro90_v; local
750 ro90_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
785 ro90_v+uv_off_90, uv_st_90,
791 ro90_v+uv_off_90, uv_st_90,
827 free(ro90_v);
839 uint8 *ro90_y, *ro90_u, *ro90_v; local
865 ro90_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
909 ro90_v+uv_off_90, uv_st_90,
915 ro90_v+uv_off_90, uv_st_90,
942 free(ro90_v);
954 uint8 *ro90_y, *ro90_u, *ro90_v; local
[all...]

Completed in 21 milliseconds