OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransposeWx8_C
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
rotate_any.cc
29
TransposeWx8_C
(src + n, src_stride, dst + n * dst_stride, dst_stride, r);\
rotate_common.cc
19
void
TransposeWx8_C
(const uint8* src, int src_stride,
rotate.cc
30
uint8* dst, int dst_stride, int width) =
TransposeWx8_C
;
/external/libyuv/files/source/
rotate_any.cc
29
TransposeWx8_C
(src + n, src_stride, dst + n * dst_stride, dst_stride, r); \
rotate_common.cc
19
void
TransposeWx8_C
(const uint8* src,
rotate_msa.cc
59
TransposeWx8_C
(src, src_stride, dst, dst_stride, width);
60
TransposeWx8_C
((src + 8 * src_stride), src_stride, (dst + 8), dst_stride,
rotate.cc
37
int dst_stride, int width) =
TransposeWx8_C
;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_row.h
66
void
TransposeWx8_C
(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
rotate_row.h
75
void
TransposeWx8_C
(const uint8* src,
Completed in 1665 milliseconds