Searched refs:ARGB4444ToARGBRow_SSE2 (Results 1 - 5 of 5) sorted by relevance

/external/libyuv/files/include/libyuv/
H A Drow.h295 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb, uint8* dst_argb, int pix);
/external/libyuv/files/source/
H A Drow_posix.cc431 void ARGB4444ToARGBRow_SSE2(const uint8* src, uint8* dst, int pix) { function
H A Dconvert_argb.cc516 ARGB4444ToARGBRow = ARGB4444ToARGBRow_SSE2;
H A Dconvert.cc1468 ARGB4444ToARGBRow = ARGB4444ToARGBRow_SSE2;
H A Drow_win.cc429 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb, function

Completed in 171 milliseconds