Home
last modified time | relevance | path

Searched refs:RGB565ToARGBRow_SSE2 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc277 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
Dconvert_argb.cc575 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
Dconvert.cc1066 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
Drow_gcc.cc344 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) { in RGB565ToARGBRow_SSE2() function
Drow_win.cc469 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2() function
/external/libyuv/files/source/
Drow_posix.cc328 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) { in RGB565ToARGBRow_SSE2() function
Dconvert_argb.cc450 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
Dconvert.cc1325 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
Drow_win.cc324 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2() function
/external/libyuv/files/include/libyuv/
Drow.h294 void RGB565ToARGBRow_SSE2(const uint8* src_argb, uint8* dst_argb, int pix);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h858 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, int pix);