Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Drotate_any.cc33 TANY(TransposeWx8_Any_NEON, TransposeWx8_NEON, TransposeWx8_C, 7)
36 TANY(TransposeWx8_Any_SSSE3, TransposeWx8_SSSE3, TransposeWx8_C, 7)
39 TANY(TransposeWx8_Fast_Any_SSSE3, TransposeWx8_Fast_SSSE3, TransposeWx8_C, 15)
42 TANY(TransposeWx8_Any_MIPS_DSPR2, TransposeWx8_MIPS_DSPR2, TransposeWx8_C, 7)
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/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_t* 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/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_t* 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/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate_row.h96 void TransposeWx8_C(const uint8* src, int src_stride,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate_row.h70 void TransposeWx8_C(const uint8_t* src,
/external/libyuv/files/include/libyuv/
Drotate_row.h75 void TransposeWx8_C(const uint8_t* src,