OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotatePlane180
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
rotate.h
60
void
RotatePlane180
(const uint8* src, int src_stride,
/external/libyuv/files/source/
rotate.cc
[
all
...]
/external/libyuv/files/unit_test/
rotate_test.cc
224
RotatePlane180
(output_180_u, ow, output_0_u, ow, ow, oh);
225
RotatePlane180
(output_180_v, ow, output_0_v, ow, ow, oh);
379
RotatePlane180
(output_180_u, ow, output_0_u, ow, ow, oh);
380
RotatePlane180
(output_180_v, ow, output_0_v, ow, ow, oh);
427
TEST_F(libyuvTest,
RotatePlane180
) {
446
RotatePlane180
(input, iw, output_180, ow, iw, ih);
447
RotatePlane180
(output_180, ow, output_0, iw, ow, oh);
[
all
...]
Completed in 183 milliseconds