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