Searched refs:RAWToARGBRow_SSSE3 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h130 void RAWToARGBRow_SSSE3(const uint8* src_bg24, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
H A Drow.h292 void RAWToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
/external/libyuv/files/source/
H A Drow_posix.cc287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { function
H A Dconvert_argb.cc384 RAWToARGBRow = RAWToARGBRow_SSSE3;
H A Dconvert.cc1254 RAWToARGBRow = RAWToARGBRow_SSSE3;
H A Drow_win.cc277 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, function

Completed in 181 milliseconds