Searched refs:ABGRToYRow_SSSE3 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 322 ANY11(ABGRToYRow_Any_SSSE3, ABGRToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 685 ABGRToYRow = ABGRToYRow_SSSE3; in ABGRToI420()
|
D | row_gcc.cc | 1224 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_SSSE3() function
|
D | row_win.cc | 1327 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ABGRToYRow_SSSE3() function
|
/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/source/ |
D | row_any.cc | 547 ANY11(ABGRToYRow_Any_SSSE3, ABGRToYRow_SSSE3, 0, 4, 1, 15)
|
D | row_gcc.cc | 1616 void ABGRToYRow_SSSE3(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_SSSE3() function
|
D | convert.cc | 818 ABGRToYRow = ABGRToYRow_SSSE3; in ABGRToI420()
|
D | row_win.cc | 1302 __declspec(naked) void ABGRToYRow_SSSE3(const uint8_t* src_argb,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 587 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 870 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 833 void ABGRToYRow_SSSE3(const uint8_t* src_abgr, uint8_t* dst_y, int width);
|