Searched refs:RGB24ToARGBRow_SSSE3 (Results 1 – 18 of 18) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 275 ANY11(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert_argb.cc | 475 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | convert.cc | 838 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | row_gcc.cc | 268 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() function
|
D | row_win.cc | 385 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 404 ANY11(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert.cc | 997 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | convert_argb.cc | 969 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | row_gcc.cc | 184 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_SSSE3() function
|
D | row_win.cc | 319 __declspec(naked) void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 488 ANY11(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | row_gcc.cc | 184 void RGB24ToARGBRow_SSSE3(const uint8_t* src_rgb24, in RGB24ToARGBRow_SSSE3() function
|
D | convert.cc | 1022 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | convert_argb.cc | 1184 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | row_win.cc | 319 __declspec(naked) void RGB24ToARGBRow_SSSE3(const uint8_t* src_rgb24,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 857 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1546 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1597 void RGB24ToARGBRow_SSSE3(const uint8_t* src_rgb24,
|