Home
last modified time | relevance | path

Searched refs:dst_a (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Drotate.cc49 uint8* dst_a, uint8* dst_b,
56 uint8* dst_a, int dst_stride_a,
157 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() argument
375 uint8* dst_a, int dst_stride_a,
637 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() argument
734 "+r"(dst_a), // %1 in TransposeUVWx8_SSE2()
901 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C() argument
905 dst_a[0] = src[0 * src_stride + 0]; in TransposeUVWx8_C()
907 dst_a[1] = src[1 * src_stride + 0]; in TransposeUVWx8_C()
909 dst_a[2] = src[2 * src_stride + 0]; in TransposeUVWx8_C()
[all …]
Drotate_neon.cc192 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON() argument
391 "+r"(dst_a), // %2 in TransposeUVWx8_NEON()
Drow_neon.cc482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON() argument
532 "+r"(dst_a), // %1 in MirrorRowUV_NEON()
/external/libyuv/files/include/libyuv/
Drotate.h71 uint8* dst_a, int dst_stride_a,
81 uint8* dst_a, int dst_stride_a,
87 uint8* dst_a, int dst_stride_a,
101 uint8* dst_a, int dst_stride_a,