OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransposePlane
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
rotate.h
95
void
TransposePlane
(const uint8* src, int src_stride,
/external/libyuv/files/source/
rotate.cc
[
all
...]
/external/libyuv/files/unit_test/
rotate_test.cc
46
TransposePlane
(input, iw, output_1, ow, iw, ih);
47
TransposePlane
(output_1, ow, output_2, oh, ow, oh);
99
TransposePlane
(output_a1, ow, output_a2, oh, ow, oh);
100
TransposePlane
(output_b1, ow, output_b2, oh, ow, oh);
[
all
...]
Completed in 43 milliseconds