OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotatePlane90
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
rotate.h
55
void
RotatePlane90
(const uint8* src, int src_stride,
/external/libyuv/files/unit_test/
rotate_test.cc
135
TEST_F(libyuvTest,
RotatePlane90
) {
156
RotatePlane90
(input, iw, output_90, ow, iw, ih);
157
RotatePlane90
(output_90, ow, output_180, oh, ow, oh);
158
RotatePlane90
(output_180, oh, output_270, ow, oh, ow);
159
RotatePlane90
(output_270, ow, output_0, iw, ow, oh);
221
RotatePlane90
(output_90_u, ow, output_180_u, oh, ow, oh);
222
RotatePlane90
(output_90_v, ow, output_180_v, oh, ow, oh);
298
RotatePlane90
(output_180_u, ow, output_90_u, oh, ow, oh);
299
RotatePlane90
(output_180_v, ow, output_90_v, oh, ow, oh);
301
RotatePlane90
(output_90_u, oh, output_0_u, ow, oh, ow)
[
all
...]
/external/libyuv/files/source/
rotate.cc
[
all
...]
Completed in 138 milliseconds