/external/libyuv/files/include/libyuv/ |
D | row.h | 1647 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, 1652 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, 1657 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, 1662 void YUY2ToUVRow_C(const uint8* src_yuy2, int stride_yuy2, 1667 void YUY2ToUVRow_Any_AVX2(const uint8* src_yuy2, int stride_yuy2, 1672 void YUY2ToUVRow_Any_SSE2(const uint8* src_yuy2, int stride_yuy2, 1677 void YUY2ToUVRow_Any_NEON(const uint8* src_yuy2, int stride_yuy2,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1557 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, 1562 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, 1567 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, 1572 void YUY2ToUVRow_C(const uint8* src_yuy2, int stride_yuy2, 1577 void YUY2ToUVRow_Any_AVX2(const uint8* src_yuy2, int stride_yuy2, 1582 void YUY2ToUVRow_Any_SSE2(const uint8* src_yuy2, int stride_yuy2, 1587 void YUY2ToUVRow_Any_NEON(const uint8* src_yuy2, int stride_yuy2,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1198 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1217 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
|
D | row_neon64.cc | 1203 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1205 const uint8* src_yuy2b = src_yuy2 + stride_yuy2; in YUY2ToUVRow_NEON()
|
D | row_gcc.cc | 2845 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 2877 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_SSE2() 3041 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() argument 3074 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_AVX2()
|
D | row_win.cc | 3609 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() argument 3827 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1066 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1084 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
|
D | row_neon64.cc | 1069 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument 1071 const uint8* src_yuy2b = src_yuy2 + stride_yuy2; in YUY2ToUVRow_NEON()
|
D | row_gcc.cc | 3094 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() argument 3126 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_SSE2() 3290 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() argument 3323 : "r"((intptr_t)(stride_yuy2)) // %4 in YUY2ToUVRow_AVX2()
|
D | row_win.cc | 3706 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, 3924 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2,
|