Searched refs:RGB565ToARGBRow_SSE2 (Results 1 – 18 of 18) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 277 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
|
D | convert_argb.cc | 575 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
|
D | convert.cc | 1066 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
|
D | row_gcc.cc | 344 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) { in RGB565ToARGBRow_SSE2() function
|
D | row_win.cc | 469 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 406 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
|
D | convert_argb.cc | 1103 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
|
D | convert.cc | 1258 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
|
D | row_gcc.cc | 290 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int width) { in RGB565ToARGBRow_SSE2() function
|
D | row_win.cc | 433 __declspec(naked) void RGB565ToARGBRow_SSE2(const uint8* src_rgb565,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 490 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
|
D | row_gcc.cc | 294 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2() function
|
D | convert.cc | 1285 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
|
D | convert_argb.cc | 1302 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
|
D | row_win.cc | 433 __declspec(naked) void RGB565ToARGBRow_SSE2(const uint8_t* src_rgb565,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 859 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1549 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1602 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width);
|