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

/external/libyuv/files/unit_test/
H A Drotate_test.cc149 uint8 *output_270; local
158 output_270 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
165 RotatePlane90(output_180, oh, output_270, ow, oh, ow);
166 RotatePlane90(output_270, ow, output_0, iw, ow, oh);
184 print_array(output_270, ow, oh);
194 free(output_270);
503 uint8 *output_270; local
512 output_270 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
517 RotatePlane270(input, iw, output_270, ow, iw, ih);
518 RotatePlane270(output_270, o
669 uint8 *output_270; local
[all...]

Completed in 125 milliseconds