Searched refs:TransposeUVWx8_C (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_any.cc | 56 TransposeUVWx8_C(src + n * 2, src_stride, \
|
D | rotate_common.cc | 36 void TransposeUVWx8_C(const uint8* src, int src_stride, in TransposeUVWx8_C() function
|
D | rotate.cc | 192 int width) = TransposeUVWx8_C; in TransposeUV()
|
/external/libyuv/files/source/ |
D | rotate_any.cc | 57 TransposeUVWx8_C(src + n * 2, src_stride, dst_a + n * dst_stride_a, \
|
D | rotate_common.cc | 39 void TransposeUVWx8_C(const uint8* src, in TransposeUVWx8_C() function
|
D | rotate_msa.cc | 71 TransposeUVWx8_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUVWx16_C() 73 TransposeUVWx8_C((src + 8 * src_stride), src_stride, (dst_a + 8), in TransposeUVWx16_C()
|
D | rotate.cc | 243 int width) = TransposeUVWx8_C; in TransposeUV()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 93 void TransposeUVWx8_C(const uint8* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | rotate_row.h | 151 void TransposeUVWx8_C(const uint8* src,
|