Searched refs:dst_a (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 49 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 …]
|
D | rotate_neon.cc | 192 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON() argument 391 "+r"(dst_a), // %2 in TransposeUVWx8_NEON()
|
D | row_neon.cc | 482 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/ |
D | rotate.h | 71 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,
|