Lines Matching refs:RotatePlane270
376 RotatePlane270(output_270_u, ow, output_180_u, oh, ow, oh);
377 RotatePlane270(output_270_v, ow, output_180_v, oh, ow, oh);
474 TEST_F(libyuvTest, RotatePlane270) {
494 RotatePlane270(input, iw, output_270, ow, iw, ih);
495 RotatePlane270(output_270, ow, output_180, oh, ow, oh);
496 RotatePlane270(output_180, oh, output_90, ow, oh, ow);
497 RotatePlane270(output_90, ow, output_0, iw, ow, oh);
553 RotatePlane270(output_90, ow, output_0, iw, ow, oh);
612 RotatePlane270(output_90, ih, output_0, iw, ow, oh);
658 RotatePlane270(input, iw,
661 RotatePlane270(input + (iw >> 1), iw,
664 RotatePlane270(input + iw * (ih >> 1), iw,
667 RotatePlane270(input + (iw >> 1) + iw * (ih >> 1), iw,