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

/external/libyuv/files/unit_test/
H A Drotate_test.cc1255 uint8 *rob_y, *rob_u, *rob_v; local
1280 rob_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1324 rob_v+uv_off_0, uv_st_0,
1330 rob_v+uv_off_0, uv_st_0,
1378 print_array(rob_v, uv_st_90, uv_st_0);
1392 free(rob_v);
1404 uint8 *rob_y, *rob_u, *rob_v; local
1428 rob_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1464 rob_v+uv_off, uv_st,
1487 if ((signed char)rob_u[i] != -(signed char)rob_v[
[all...]

Completed in 26 milliseconds