Searched refs:RGB24ToARGBRow_SSSE3 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 348 ANY11(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert_argb.cc | 911 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | convert.cc | 801 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | row_gcc.cc | 217 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_SSSE3() function
|
D | row_win.cc | 352 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width) {
|
/external/libyuv/files/source/ |
D | row_any.cc | 404 ANY11(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, 0, 3, 4, 15)
|
D | convert_argb.cc | 969 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | convert.cc | 997 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
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/include/libyuv/ |
D | row.h | 935 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1546 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int width);
|