OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotatePlane270
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
rotate.h
65
void
RotatePlane270
(const uint8* src, int src_stride,
/external/libyuv/files/unit_test/
rotate_test.cc
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
[
all
...]
/external/libyuv/files/source/
rotate.cc
[
all
...]
Completed in 199 milliseconds