Home
last modified time | relevance | path

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

/external/libaom/libaom/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_any.cc406 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
Dconvert_argb.cc1103 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
Dconvert.cc1258 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
Drow_gcc.cc290 void RGB565ToARGBRow_SSE2(const uint8* src, uint8* dst, int width) { in RGB565ToARGBRow_SSE2() function
Drow_win.cc433 __declspec(naked) void RGB565ToARGBRow_SSE2(const uint8* src_rgb565,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc490 ANY11(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, 0, 2, 4, 7)
Drow_gcc.cc294 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2() function
Dconvert.cc1285 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
Dconvert_argb.cc1302 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
Drow_win.cc433 __declspec(naked) void RGB565ToARGBRow_SSE2(const uint8_t* src_rgb565,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h859 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
Drow.h1549 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, int width);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1602 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width);