Searched refs:RGBAToYRow_SSSE3 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 323 ANY11(RGBAToYRow_Any_SSSE3, RGBAToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 751 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
|
D | row_gcc.cc | 1258 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
|
D | row_win.cc | 1360 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 464 ANY11(RGBAToYRow_Any_SSSE3, RGBAToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 865 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
|
D | row_gcc.cc | 1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3() function
|
D | row_win.cc | 1336 __declspec(naked) void RGBAToYRow_SSSE3(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 548 ANY11(RGBAToYRow_Any_SSSE3, RGBAToYRow_SSSE3, 0, 4, 1, 15)
|
D | row_gcc.cc | 1650 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3() function
|
D | convert.cc | 904 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
|
D | row_win.cc | 1336 __declspec(naked) void RGBAToYRow_SSSE3(const uint8_t* src_argb,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 588 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 871 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 834 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width);
|