Searched refs:TransposeWx8_C (Results 1 – 14 of 14) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate_any.cc | 33 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)
|
D | rotate_common.cc | 19 void TransposeWx8_C(const uint8* src, int src_stride, in TransposeWx8_C() function
|
D | rotate.cc | 30 uint8* dst, int dst_stride, int width) = TransposeWx8_C; in TransposePlane()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_any.cc | 29 TransposeWx8_C(src + n, src_stride, dst + n * dst_stride, dst_stride, r); \
|
D | rotate_common.cc | 19 void TransposeWx8_C(const uint8_t* src, in TransposeWx8_C() function
|
D | rotate_msa.cc | 59 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()
|
D | rotate.cc | 37 int dst_stride, int width) = TransposeWx8_C; in TransposePlane()
|
/external/libyuv/files/source/ |
D | rotate_any.cc | 29 TransposeWx8_C(src + n, src_stride, dst + n * dst_stride, dst_stride, r); \
|
D | rotate_common.cc | 19 void TransposeWx8_C(const uint8_t* src, in TransposeWx8_C() function
|
D | rotate_msa.cc | 59 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()
|
D | rotate.cc | 37 int dst_stride, int width) = TransposeWx8_C; in TransposePlane()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 96 void TransposeWx8_C(const uint8* src, int src_stride,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 70 void TransposeWx8_C(const uint8_t* src,
|
/external/libyuv/files/include/libyuv/ |
D | rotate_row.h | 75 void TransposeWx8_C(const uint8_t* src,
|