Searched defs:stride_yuy2 (Results 1 - 10 of 10) 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_neon.cc1220 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
1239 "+r"(stride_yuy2), // %1
H A Drow_neon64.cc1297 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
1316 "+r"(stride_yuy2), // %1
H A Drow_posix.cc3497 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
3531 : "r"((intptr_t)(stride_yuy2)) // %4
3611 int stride_yuy2,
3645 : "r"((intptr_t)(stride_yuy2)) // %4
3610 YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
H A Drow_win.cc3940 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, argument
3946 mov esi, [esp + 8 + 8] // stride_yuy2
4057 mov esi, [esp + 8 + 8] // stride_yuy2
4164 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
4170 mov esi, [esp + 8 + 8] // stride_yuy2
4271 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
4277 mov esi, [esp + 8 + 8] // stride_yuy2
4382 mov esi, [esp + 8 + 8] // stride_yuy2
4487 mov esi, [esp + 8 + 8] // stride_yuy2
/external/chromium_org/third_party/libyuv/source/
H A Drow_neon.cc1221 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, argument
1240 "+r"(stride_yuy2), // %1
H A Drow_posix.cc3497 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
3531 : "r"((intptr_t)(stride_yuy2)) // %4
3611 int stride_yuy2,
3645 : "r"((intptr_t)(stride_yuy2)) // %4
3610 YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int pix) argument
H A Drow_win.cc3941 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, argument
3947 mov esi, [esp + 8 + 8] // stride_yuy2
4058 mov esi, [esp + 8 + 8] // stride_yuy2
4165 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
4171 mov esi, [esp + 8 + 8] // stride_yuy2
4272 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, argument
4278 mov esi, [esp + 8 + 8] // stride_yuy2
4383 mov esi, [esp + 8 + 8] // stride_yuy2
4488 mov esi, [esp + 8 + 8] // stride_yuy2

Completed in 3436 milliseconds