Searched refs:roc_y (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
H A Drotate_test.cc1256 uint8 *roc_y, *roc_u, *roc_v; local
1282 roc_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1331 roc_y+y_off_0, y_st_0,
1338 if (orig_y[i] != roc_y[i])
1353 print_array(roc_y, y_st_0, y_st_90);
1393 free(roc_y);

Completed in 34 milliseconds