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

/external/libyuv/files/unit_test/
H A Drotate_test.cc148 uint8 *output_180; local
157 output_180 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
164 RotatePlane90(output_90, ow, output_180, oh, ow, oh);
165 RotatePlane90(output_180, oh, output_270, ow, oh, ow);
181 print_array(output_180, iw, ih);
193 free(output_180);
453 uint8 *output_180; local
460 output_180 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
465 RotatePlane180(input, iw, output_180, ow, iw, ih);
466 RotatePlane180(output_180, o
502 uint8 *output_180; local
[all...]

Completed in 20 milliseconds