Searched refs:RGB24ToARGBRow_SSSE3 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/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_posix.cc | 246 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() function
|
D | convert_argb.cc | 417 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | convert.cc | 1183 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | row_win.cc | 238 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 291 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 856 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
|