Searched refs:I400ToARGBRow_SSE2 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/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_any.cc | 398 ANY11(I400ToARGBRow_Any_SSE2, I400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | convert_argb.cc | 764 I400ToARGBRow = I400ToARGBRow_SSE2; in I400ToARGB()
|
D | row_gcc.cc | 2379 void I400ToARGBRow_SSE2(const uint8* y_buf, uint8* dst_argb, int width) { in I400ToARGBRow_SSE2() function
|
D | row_win.cc | 2903 __declspec(naked) void I400ToARGBRow_SSE2(const uint8* y_buf,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 482 ANY11(I400ToARGBRow_Any_SSE2, I400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | row_gcc.cc | 2985 void I400ToARGBRow_SSE2(const uint8_t* y_buf, uint8_t* dst_argb, int width) { in I400ToARGBRow_SSE2() function
|
D | convert_argb.cc | 979 I400ToARGBRow = I400ToARGBRow_SSE2; in I400ToARGB()
|
D | row_win.cc | 2903 __declspec(naked) void I400ToARGBRow_SSE2(const uint8_t* y_buf,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1359 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2116 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2324 void I400ToARGBRow_SSE2(const uint8_t* y_buf, uint8_t* dst_argb, int width);
|