Searched refs:J400ToARGBRow_SSE2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/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/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 938 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix);
|