Searched refs:RGBAToYRow_SSSE3 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/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/include/libyuv/ |
D | row.h | 221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
|
/external/libyuv/files/source/ |
D | convert.cc | 1134 RGBAToYRow = RGBAToYRow_SSSE3; in RGBAToI420()
|
D | row_win.cc | 862 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 587 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix);
|