Searched defs:stride_yuy2 (Results 1 - 7 of 7) sorted by relevance

/external/libyuv/files/source/
H A Drow_neon.cc773 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
788 "+r"(stride_yuy2), // %1
H A Drow_posix.cc2202 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
2234 : "r"(static_cast<intptr_t>(stride_yuy2)) // %4
2307 int stride_yuy2,
2339 : "r"(static_cast<intptr_t>(stride_yuy2)) // %4
2306 YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
H A Drow_win.cc2601 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
2607 mov esi, [esp + 8 + 8] // stride_yuy2
2708 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
2714 mov esi, [esp + 8 + 8] // stride_yuy2
2819 mov esi, [esp + 8 + 8] // stride_yuy2
2924 mov esi, [esp + 8 + 8] // stride_yuy2
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_neon.cc1198 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
1217 "+r"(stride_yuy2), // %1
H A Drow_neon64.cc1203 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
1205 const uint8* src_yuy2b = src_yuy2 + stride_yuy2;
H A Drow_gcc.cc2845 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
2877 : "r"((intptr_t)(stride_yuy2)) // %4
3041 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, argument
3074 : "r"((intptr_t)(stride_yuy2)) // %4
H A Drow_win.cc3609 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, argument
3615 mov esi, [esp + 8 + 8] // stride_yuy2
3723 mov esi, [esp + 8 + 8] // stride_yuy2
3827 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
3833 mov esi, [esp + 8 + 8] // stride_yuy2
3935 mov esi, [esp + 8 + 8] // stride_yuy2

Completed in 1675 milliseconds