OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransposeUV
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
rotate.h
100
void
TransposeUV
(const uint8* src, int src_stride,
/external/libyuv/files/source/
rotate.cc
[
all
...]
/external/libyuv/files/unit_test/
rotate_test.cc
75
TEST_F(libyuvTest,
TransposeUV
) {
97
TransposeUV
(input, iw, output_a1, ow, output_b1, ow, iw >> 1, ih);
[
all
...]
Completed in 224 milliseconds