Searched refs:J400ToARGBRow_SSE2 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 261 ANY11(J400ToARGBRow_Any_SSE2, J400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | convert_argb.cc | 348 J400ToARGBRow = J400ToARGBRow_SSE2; in J400ToARGB()
|
D | row_gcc.cc | 240 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in J400ToARGBRow_SSE2() function
|
D | row_win.cc | 326 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in J400ToARGBRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 392 ANY11(J400ToARGBRow_Any_SSE2, J400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | convert_argb.cc | 831 J400ToARGBRow = J400ToARGBRow_SSE2; in J400ToARGB()
|
D | row_gcc.cc | 156 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_SSE2() function
|
D | row_win.cc | 258 __declspec(naked) void J400ToARGBRow_SSE2(const uint8* src_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 476 ANY11(J400ToARGBRow_Any_SSE2, J400ToARGBRow_SSE2, 0, 1, 4, 7)
|
D | row_gcc.cc | 155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2() function
|
D | convert_argb.cc | 1046 J400ToARGBRow = J400ToARGBRow_SSE2; in J400ToARGB()
|
D | row_win.cc | 258 __declspec(naked) void J400ToARGBRow_SSE2(const uint8_t* src_y,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 939 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1714 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1793 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width);
|