OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransposePlane
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h
102
void
TransposePlane
(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
rotate.h
102
void
TransposePlane
(const uint8* src, int src_stride,
/external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc
25
void
TransposePlane
(const uint8* src, int src_stride,
85
TransposePlane
(src, src_stride, dst, dst_stride, width, height);
97
TransposePlane
(src, src_stride, dst, dst_stride, width, height);
/external/libyuv/files/source/
rotate.cc
25
void
TransposePlane
(const uint8* src, int src_stride,
85
TransposePlane
(src, src_stride, dst, dst_stride, width, height);
97
TransposePlane
(src, src_stride, dst, dst_stride, width, height);
Completed in 53 milliseconds