Searched refs:RGB24ToARGBRow_SSSE3 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 155 RGBANY(RGB24ToARGBRow_Any_SSSE3, RGB24ToARGBRow_SSSE3, RGB24ToARGBRow_C,
|
D | convert_argb.cc | 454 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToARGB()
|
D | convert.cc | 1000 RGB24ToARGBRow = RGB24ToARGBRow_SSSE3; in RGB24ToI420()
|
D | row_posix.cc | 304 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() function
|
D | row_win.cc | 369 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 | 847 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
|