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

/external/libyuv/files/unit_test/
H A Drotate_test.cc211 uint8 *output_90_v; local
222 output_90_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
231 RotateUV90(input, iw, output_90_u, ow, output_90_v, ow, iw >> 1, ih);
234 RotatePlane90(output_90_v, ow, output_180_v, oh, ow, oh);
254 print_array(output_90_v, ow, oh);
273 free(output_90_v);
292 uint8 *output_90_v; local
303 output_90_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
315 RotatePlane90(output_180_v, ow, output_90_v, oh, ow, oh);
318 RotatePlane90(output_90_v, o
[all...]

Completed in 20 milliseconds