Searched defs:ro0_y (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
744 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
801 ro0_y+y_off_0, y_st_0,
808 if (orig_y[i] != ro0_y[i])
822 free(ro0_y);
838 uint8 *ro0_y, *ro0_u, *ro0_v; local
859 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
916 ro0_y+y_off_0, y_st_0,
923 if (orig_y[i] != ro0_y[i])
937 free(ro0_y);
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 44 milliseconds