Searched refs:ABGRToYRow_SSSE3 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 395 ANY11(ABGRToYRow_Any_SSSE3, ABGRToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 648 ABGRToYRow = ABGRToYRow_SSSE3; in ABGRToI420()
|
D | row_gcc.cc | 1303 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_SSSE3() function
|
D | row_win.cc | 1320 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) {
|
/external/libyuv/files/source/ |
D | row_any.cc | 463 ANY11(ABGRToYRow_Any_SSSE3, ABGRToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 764 ABGRToYRow = ABGRToYRow_SSSE3; in ABGRToI420()
|
D | row_gcc.cc | 1298 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_SSSE3() function
|
D | row_win.cc | 1302 __declspec(naked) void ABGRToYRow_SSSE3(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 655 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 870 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width);
|