Searched refs:ARGBToRAWRow_SSSE3 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 323 ANY11(ARGBToRAWRow_Any_SSSE3, ARGBToRAWRow_SSSE3, 0, 4, 3, 15)
|
D | convert_from_argb.cc | 825 ARGBToRAWRow = ARGBToRAWRow_SSSE3; in ARGBToRAW()
|
D | row_gcc.cc | 498 void ARGBToRAWRow_SSSE3(const uint8* src, uint8* dst, int width) { in ARGBToRAWRow_SSSE3() function
|
D | row_win.cc | 790 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width) {
|
/external/libyuv/files/source/ |
D | row_any.cc | 379 ANY11(ARGBToRAWRow_Any_SSSE3, ARGBToRAWRow_SSSE3, 0, 4, 3, 15)
|
D | convert_from_argb.cc | 1011 ARGBToRAWRow = ARGBToRAWRow_SSSE3; in ARGBToRAW()
|
D | row_gcc.cc | 465 void ARGBToRAWRow_SSSE3(const uint8* src, uint8* dst, int width) { in ARGBToRAWRow_SSSE3() function
|
D | row_win.cc | 760 __declspec(naked) void ARGBToRAWRow_SSSE3(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 993 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1666 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width);
|