/external/libyuv/files/source/ |
D | row_neon.cc | 773 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 788 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
|
D | row_posix.cc | 2202 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 2234 : "r"(static_cast<intptr_t>(stride_yuy2)) // %4 in YUY2ToUVRow_SSE2() 2307 int stride_yuy2, in YUY2ToUVRow_Unaligned_SSE2() argument 2339 : "r"(static_cast<intptr_t>(stride_yuy2)) // %4 in YUY2ToUVRow_Unaligned_SSE2()
|
D | row_win.cc | 2601 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 2708 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_Unaligned_SSE2() argument
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 604 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, 610 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, 615 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, 620 void YUY2ToUVRow_C(const uint8* src_yuy2, int stride_yuy2, 625 void YUY2ToUVRow_Any_SSE2(const uint8* src_yuy2, int stride_yuy2, 630 void YUY2ToUVRow_Any_NEON(const uint8* src_yuy2, int stride_yuy2,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1395 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, 1400 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, 1406 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, 1411 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, 1416 void YUY2ToUVRow_C(const uint8* src_yuy2, int stride_yuy2, 1421 void YUY2ToUVRow_Any_AVX2(const uint8* src_yuy2, int stride_yuy2, 1426 void YUY2ToUVRow_Any_SSE2(const uint8* src_yuy2, int stride_yuy2, 1431 void YUY2ToUVRow_Any_NEON(const uint8* src_yuy2, int stride_yuy2,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1220 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1239 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
|
D | row_neon64.cc | 1297 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1316 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
|
D | row_posix.cc | 3497 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 3531 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_SSE2() 3611 int stride_yuy2, in YUY2ToUVRow_Unaligned_SSE2() argument 3645 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_Unaligned_SSE2()
|
D | row_win.cc | 3941 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() argument 4165 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 4272 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_Unaligned_SSE2() argument
|