/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/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 49 void MirrorUVRow_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width); 55 uint8* dst_a, int dst_stride_a, 71 uint8* dst_a, int dst_stride_a, 173 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() argument 392 uint8* dst_a, int dst_stride_a, 661 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() argument 758 "+r"(dst_a), // %1 in TransposeUVWx8_SSE2() 958 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C() argument 963 dst_a[0] = src[0 * src_stride + 0]; in TransposeUVWx8_C() 965 dst_a[1] = src[1 * src_stride + 0]; in TransposeUVWx8_C() [all …]
|
D | rotate_mips.cc | 313 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_MIPS_DSPR2() argument 467 [dst_a] "+r" (dst_a), in TransposeUVWx8_MIPS_DSPR2()
|
D | rotate_neon.cc | 246 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON() argument 518 "+r"(dst_a), // %3 in TransposeUVWx8_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,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 77 uint8* dst_a, int dst_stride_a, 87 uint8* dst_a, int dst_stride_a, 93 uint8* dst_a, int dst_stride_a, 108 uint8* dst_a, int dst_stride_a,
|
/external/webp/src/enc/ |
D | picture_csp.c | 885 uint8_t* dst_a = picture->a; in ImportYUVAFromRGBA() local 909 dst_a, picture->a_stride); in ImportYUVAFromRGBA() 910 dst_a += 2 * picture->a_stride; in ImportYUVAFromRGBA() 929 row_has_alpha &= !WebPExtractAlpha(a_ptr + off, 0, width, 1, dst_a, 0); in ImportYUVAFromRGBA()
|