Home
last modified time | relevance | path

Searched refs:TransposeWx8_C (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_any.cc29 TransposeWx8_C(src + n, src_stride, dst + n * dst_stride, dst_stride, r);\
Drotate_common.cc19 void TransposeWx8_C(const uint8* src, int src_stride, in TransposeWx8_C() function
Drotate.cc30 uint8* dst, int dst_stride, int width) = TransposeWx8_C; in TransposePlane()
/external/libyuv/files/source/
Drotate_any.cc29 TransposeWx8_C(src + n, src_stride, dst + n * dst_stride, dst_stride, r); \
Drotate_common.cc19 void TransposeWx8_C(const uint8* src, in TransposeWx8_C() function
Drotate_msa.cc59 TransposeWx8_C(src, src_stride, dst, dst_stride, width); in TransposeWx16_C()
60 TransposeWx8_C((src + 8 * src_stride), src_stride, (dst + 8), dst_stride, in TransposeWx16_C()
Drotate.cc37 int dst_stride, int width) = TransposeWx8_C; in TransposePlane()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate_row.h66 void TransposeWx8_C(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
Drotate_row.h75 void TransposeWx8_C(const uint8* src,