Searched refs:I400ToARGBRow_SSE2 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 267 ANY11(I400ToARGBRow_Any_SSE2, I400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | convert_argb.cc | 290 I400ToARGBRow = I400ToARGBRow_SSE2; in I400ToARGB()
|
D | row_gcc.cc | 2203 void I400ToARGBRow_SSE2(const uint8* y_buf, uint8* dst_argb, int width) { in I400ToARGBRow_SSE2() function
|
D | row_win.cc | 2940 void I400ToARGBRow_SSE2(const uint8* y_buf, in I400ToARGBRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_posix.cc | 121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in I400ToARGBRow_SSE2() function
|
D | convert_argb.cc | 249 I400ToARGBRow = I400ToARGBRow_SSE2; in I400ToARGB()
|
D | row_win.cc | 126 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in I400ToARGBRow_SSE2() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 330 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1358 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int width);
|