Searched defs:ARGBToBayerRow_SSSE3 (Results 1 - 3 of 3) sorted by relevance

/external/libyuv/files/source/
H A Dformat_conversion.cc30 static void ARGBToBayerRow_SSSE3(const uint8* src_argb, function
55 static void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer,
153 ARGBToBayerRow = ARGBToBayerRow_SSSE3;
472 ARGBToBayerRow = ARGBToBayerRow_SSSE3;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_posix.cc5817 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, function
H A Drow_win.cc6790 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, function

Completed in 153 milliseconds