Home
last modified time | relevance | path

Searched refs:stride_yuy2 (Results 1 – 9 of 9) sorted by relevance

/external/libyuv/files/source/
Drow_neon.cc773 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument
788 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
Drow_posix.cc2202 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()
Drow_win.cc2601 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/
Drow.h604 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/
Drow.h1557 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/
Drow_neon.cc1198 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON() argument
1217 "+r"(stride_yuy2), // %1 in YUY2ToUVRow_NEON()
Drow_gcc.cc2845 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()
Drow_neon64.cc1203 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()
Drow_win.cc3609 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