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

/external/libyuv/files/unit_test/
H A Drotate_test.cc723 uint8 *ro0_y, *ro0_u, *ro0_v; local
746 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
803 ro0_v+uv_off_0, uv_st_0,
815 if (orig_v[i] != ro0_v[i])
824 free(ro0_v);
838 uint8 *ro0_y, *ro0_u, *ro0_v; local
861 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
918 ro0_v+uv_off_0, uv_st_0,
930 if (orig_v[i] != ro0_v[i])
939 free(ro0_v);
953 uint8 *ro0_y, *ro0_u, *ro0_v; local
1054 uint8 *ro0_y, *ro0_u, *ro0_v; local
1156 uint8 *ro0_y, *ro0_u, *ro0_v; local
[all...]

Completed in 21 milliseconds